Sounder Radio is a simple radio web app powered by the SoundCloud HTTP and widget APIs. It is built using Angular. Sounder Radio is a work in progress.
Sounder Radio uses the following dependencies:
Go here to see it in action.
Note that this project requires a SoundCloud client id. Once you have created one through SoundCloud it must be entered in the SoundCloud service file.
git clone https://github.com/JavierPDev/SounderRadio.git
cd SounderRadio
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start