/sound-player

Streaming music player app

Primary LanguageJavaScript

Sound player

Description

Small Music Streaming App ##Requirements

  • Node.js
  • SoundCloud API key

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone
# Go into the repository
cd soundcloud-player
# Install dependencies and run the app
npm install && npm start