Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 722 Bytes

readme.md

File metadata and controls

45 lines (24 loc) · 722 Bytes

Clone Hero Spotify Syncronizer

This project is aimed to clone hero players, that just wanna play the songs of some Spotify playlist.

Environment vars

To run this project, you will need to add the following environment variables to your .env

CLIENT_ID

CLIENT_SECRET

Here is the tutorial to get this values: Getting Started with spotify for devs

Running on localhost

Clone the project

  git clone https://github.com/Davi-zzz/clone-hero-spotify-syncronizer

Go to project dir

  cd my-project

Install the dependencies

  npm install

Start the server

  npm run start