Skip to content

jwerle/sauth-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sauth-spotify

Spotify sauth strategy

install

$ npm i sauth-spotify

usage

Command line arguments:

$ sauth spotify \
  --client-id=CONSUMER_ID \
  --client-secret=CONSUMER_SECRET \
  --port=PORT

Possible JSON configuration:

$ sauth spotify -c conf.json

conf.json

{
  "client_id": "CLIENT_KEY",
  "client_secret": "CLIENT_SECRET",
  "redirect_uri": "REDIRECT_URI",
  "port": 9999
}

license

MIT

About

Spotify sauth strategy

Resources

License

Stars

Watchers

Forks

Packages

No packages published