Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 611 Bytes

FullMovieMeter

A web application that cross references r/fullmoviesonyoutube with movie ratings from Rotten Tomatoes.

Demo it here: http://fullmoviemeter.herokuapp.com

####Technologies:

  • Javascript, jQuery, HTML, CSS
  • Reddit API
  • Rotten Tomatoes API

####Development: In development, run a local server, for instance:

python -m SimpleHTTPServer

Note that you will need to add your own API secrets at development/secrets.js. Alternatively you can plug in development/sampleData.js instead of making API calls.