#How to use
-
Fork and clone the repo.
-
go to the "server-selfMusic" directory and run:
npm install
create a folder named "config" and inside that folder a file named "api.config.json"
- inside of "api.config.json" copy and fill with your own keys:
{ "Spotify": { "client_id": "YOUR-CLIENT-ID", "client_secret": "YOUR-CLIENT-SECRET" } }
- To get your own keys go to: Spotify Developer site and register your app.
- run:
node index.js