A mash-up of Reddit and Rotten Tomoatoes so you can find good movies to watch online for free. Originally conceived as a pure client-side app (fullmoviemeter) and now fleshed out with a backend/api (hosted on Google App Engine) and the minimalist riot.js front end framework.
####Technologies:
- Google App Engine (Python)
- Riot.js
- Reddit API
- Rotten Tomatoes API
- Download and install the [App Engine SDK for Python][appengine]
git clone git://github.com/nathanallen/fullmovie4me.git
- Use
app.yaml.example
as a starting point for creating your ownapp.yaml
file. - Make sure to add your API secrets for Reddit and Rotten Tomatoes to
app.yaml
and change the application id. - Open the SDK, choose
File > Add Existing Application...
and select thefullmovie4me
folder
From here you can either run the app locally in the [App Engine development environment][local] or [deploy to Appspot][deploy]. See the Getting Started guide for a basic overview of the App Engine platform.
The most recent development version of fullmovie4me lives at http://fullmovie4me.appspot.com