Server dedicated to requesting authorization and retreiving song information from Spotify Web API
Install using npm
$ npm install
Create .env file
Set Spotify Web API Client_ID and Client_Secret in .env file
CLIENT_ID = 02ee4d58dclientID20aab88838
CLIENT_SECRET = 6a15d74dclientSecret4a58528
To get Client_ID and Client_Secret navigate to Spotify Web API, login or create an account, then click on the create an app button, follow prompts.
To start server
$ npm run dev
tube-screamer-authorization-server was designed for use with tube-screamer application.