Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 373 Bytes

README.rdoc

File metadata and controls

15 lines (8 loc) · 373 Bytes

CloudRadio.ca

This is my project for HackDayTO 2012 (hackdays.ca).

View it online at cloudradio.ca

Get a Soundcloud API Key here: soundcloud.com/you/apps

Made to run on Heroku. Add Soundcloud API Key to your Heroku App:

heroku config:add soundcloud_api_key=<your_api_key>

Run server locally with:

soundcloud_api_key=<your_api_key> rails s