/soundcloud-radio

SoundCloud-powered radio app, made in a day for HackTO in April 2012

Primary LanguageJavaScript

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