Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

vitorzerbeto/spotify_refresh_token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Refresh Token

Note App that return a new spotify token

Usage

First, i'll need to install the dependenses with the command:

npm i

Now just run the command to start server:

npm run production

Params

To receive the token, simply use the "auth" on yout POST request. The value must be a base 64 encoded string that contains the client ID and client secret key.

Params Value
auth <base64 encoded client_id:client_secret>

About

Node App that return a new spotify token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published