0.0.1 • Published 11 years ago
sauth-spotify v0.0.1
sauth-spotify
Spotify sauth strategy
install
$ npm i sauth-spotifyusage
Command line arguments:
$ sauth spotify \
--client-id=CONSUMER_ID \
--client-secret=CONSUMER_SECRET \
--port=PORTPossible JSON configuration:
$ sauth spotify -c conf.jsonconf.json
{
"client_id": "CLIENT_KEY",
"client_secret": "CLIENT_SECRET",
"redirect_uri": "REDIRECT_URI",
"port": 9999
}license
MIT
0.0.1
11 years ago