Nickel Cinema presents users with the latest movie releases, along with their Netflix suggested ratings, trailers, and local show-times.
- User logs in (i.e. get her Netflix account info)
- We get a list of new movie releases, get netflix scores, find trailers and local showtimes.
- We present the filtered/sorted list of results to the user
- We already know the user and have built a custom RSS feed for her
- We fill the feed with the above information
TBD. We need to get the latest releases from somewhere. This list is filtered/sorted according to netflix ratings.
We pull the ratings for each movie from Netflix since they do a great job of it!
TBD. We need to get links to trailers for the movies.
TBD. We need to get local show-times for the movies somehow. Probably this will be a combination of ip-location and scraping from some service (or using Google AJAX search API?)