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