Idea
A service that will search & suggest the best source to stream a movie.
Requirements
User Interface
- Login / Authenticate
- Google / FB / Twitter / etc
- Search / Match Movie
- Title / Actors / Director(s) / Release Date
- Launch Appropriate App / Launcher to Stream
Backend
- Store / Save Popular searches
- Aggregate Ratings – Movie / Streaming Service
External Services to Leverage
- IMDb – https://pypi.python.org/pypi/IMDbPY
- Movie – Amazon – http://stackoverflow.com/questions/8014934/amazon-api-instant-video-results / Netflix – http://techblog.netflix.com/2013/01/optimizing-netflix-api.html / Hulu – http://adammagana.com/2012/09/hulu-hidden-api/
- User Authentication – Google – https://developers.google.com/identity/protocols/OAuth2 / FB – https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.4 / Twitter – https://dev.twitter.com/oauth