Skip to content

seejamescode/spotify-sxsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Spotify at SXSW

Find all the artists in your Spotify song library that will be at SXSW.

To run locally

  1. Register an app on Spotify’s dev console.
  2. Then add a file called .env.local.json to the root with the following content:
{
  "secret": "yourCustomSessionsecret",
  "spotifyCallback": "http://localhost:8081/auth/spotify/callback",
  "spotifyClientId": "xxxxxxxxxxxxxxxxxxx",
  "spotifyClientSecret": "xxxxxxxxxxxxxxxxxxx"
}
  1. npm install
  2. npm start

About

Find all the artists in your Spotify song library that will be at SXSW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published