Skip to content
forked from LesleyDing/KnowsU

😄 A NodeJS app that uses Watson Sentiment Analysis with Spotify, Google Book, and IMDB to give user recommendation

Notifications You must be signed in to change notification settings

KangboLu/KnowsU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

KnowsU

A NodeJS app that uses IBM Watson to analyze users' emotions through text with other APIs like Spotify to give user suggestions of books, movies, and music.

Check out the Devpost link:

Don't forget to include your configuration from IBM Watson:

// configuration for tone_analyzer
var tone_analyzer = new ToneAnalyzerV3({
  username: 'your-username',
  password: 'your-password',
  version_date: 'API version date'
});

API used:

  1. Watson Tone Analyzer
  2. Google Books API
  3. OMDB Movie API
  4. Spotify Music API

NPM Packages:

  1. Express
  2. Body-parser
  3. Request

View Engine:

  1. Ejs

Front-end Framework

  1. Semantics-UI
  2. Hover.css
  3. Animate.css

About

😄 A NodeJS app that uses Watson Sentiment Analysis with Spotify, Google Book, and IMDB to give user recommendation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.1%
  • JavaScript 37.2%
  • CSS 0.7%