A web app for finding nearby classes (or study spaces) at the University of Waterloo.
- Install
nodeif you don't already have it installed. git clone [email protected]:christhomson/roomular.gitcd roomularnpm installcp config/local.json.sample config/local.json- Edit
config/local.jsonto include your UW API key and Mixpanel token. coffee app.coffee(ornodemon app.coffeeif you usenodemon).
You can run the tests with npm test.