sauth-spotify

0.0.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sauth-spotify

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • werle