Skip to content

TayHobbs/movies

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Movies

http://movies.tayhobbs.com/

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.