Guten-Reader / guten_reader_BE

Flask App: Spotify Track Recommendation endpoint
https://micro-guten.herokuapp.com/
2 stars 0 forks source link

Update recommendation endpoint with try/catch for Watson API call #37

Open MackHalliday opened 4 years ago

MackHalliday commented 4 years ago

Update recommendation endpoint with try/catch for Watson API call. If Watson service fails, use MonkeyLearn service to complete sentiment analysis.

MackHalliday commented 4 years ago

Completed with testing and mock for API calls

See branch try_catch_watson

Need to touch base with group on if to implement before DemoComp