Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 990 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 990 Bytes

Introduction

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:

Live Demo

Go here to see it in action.

How to start

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