This is a simple Soundcloud client that plays predefined playlists.
Notes:
- To see the project in action, go to the following page: http://www.cirx.io/projects/programmers-jukebox
-
Open Terminal and change to the directory of the project.
-
Install the project dependencies by entering the following command:
$ npm install
-
Go to the directory src and open the file config.js.
-
Fill in your Soundcloud CLIENT ID and save the file.
-
Run the following command to run the web server:
$ npm run start
-
Open web browser and go to: http://localhost:3000/