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'
});
- Watson Tone Analyzer
- Google Books API
- OMDB Movie API
- Spotify Music API
- Express
- Body-parser
- Request
- Ejs
- Semantics-UI
- Hover.css
- Animate.css