Skip to content

viestat/server-selfMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published