Skip to content

CirXe0N/ProgrammersJukebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmers' Jukebox

This is a simple Soundcloud client that plays predefined playlists.

Notes:

Prerequisites

Installation

  1. Open Terminal and change to the directory of the project.

  2. Install the project dependencies by entering the following command:

    $ npm install
    
  3. Go to the directory src and open the file config.js.

  4. Fill in your Soundcloud CLIENT ID and save the file.

Usage

  1. Run the following command to run the web server:

    $ npm run start
    
  2. Open web browser and go to: http://localhost:3000/