#How to use

  1. Fork and clone the repo.

  2. 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"

  1. inside of "api.config.json" copy and fill with your own keys:
    {
        "Spotify": {
        "client_id": "YOUR-CLIENT-ID",
        "client_secret": "YOUR-CLIENT-SECRET"
      }
    }
  1. run:

node index.js