0.0.1 • Published 10 years ago

sauth-spotify v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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