- See meals for the week at each on-campus eatery, including nutrition facts
- Browse locations and hours for eateries
- Hosted on Heroku
- Retrieves JSON data from the University of Waterloo Open Data API
- Caches some data using Redis
- Parses and displays data via Flask with Jinja
- Uses jQuery Mobile for interface
- Prerequisites:
- Ensure pip, Virtualenv, and Heroku Toolbelt are installed
- Redis will be installed via Homebrew if it is not already
- Request a key for the UW Open Data API
script/bootstrap
script/run
open http://localhost:5000/
script/test