This project is aimed to clone hero players, that just wanna play the songs of some Spotify playlist.
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
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