A simple web application for interacting with Canadian Campus Radio Charts.
All data is scraped (with love and admiration) from Earshot Online.
Currently under development.
Build:
Lang:
Back-End:
Front-End:
Analytics:
npm install -g brunch
git clone https://github.com/DorianListens/chartzapp path/to/local
cd path/to/local
npm install
brunch build
brunch watch --server
Navigate to localhost:3333, and you should have yourself a local copy! Brunch will automatically compile yr stylesheets and js/coffee files. If you make any updates to the backend, you'll need to restart brunch to serve the new server code.
Instructions for DB setup coming soon.