Skip to content

Nilstorm/PoC---TrackStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Spotify Authorization Code with PKCE example This app displays your Spotify profile information using [Authorization Code with PKCE](https://developer.spotify.com/documentation/web-api/tutorials/code-pkce-flow) to grant permissions to the app. ## Using your own credentials You will need to register your app and get your own credentials from the [Spotify for Developers Dashboard](https://developer.spotify.com/dashboard). - Create a new app in the dashboard and add `http://localhost:8080` to the app's redirect URL list. - Once you have created your app, update the `client_id` and `redirect_uri` in the `public/app.js` file with the values obtained from the app settings in the dashboard. ## Running the example From a console shell: $ npm start Then, open `http://localhost:8080` in a browser. # PoC---TrackStar

About

POC for Spotify API powered App. Reccomendations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published