Movies
A small web app to see what new movies are available in theater and on DvD, using the Rotten Tomatoes API.
Built using Emberjs.
Running Locally
To run locally you must first obtain your own Rotten Tomatoes API key.
You must also have Ember-CLI.
- clone this repo
npm install
bower install
ember serve
visit localhost:4200 and you're golden.