Skip to content

EggHeadsCTF/SpotifyAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyAnalyzer

Get statistics from Spotify Tracks and Albums

Using Spotify API, grab attributes of tracks including danceability, energy, instrumentalism, etc. and create visualizations/sorting.

Live version running at https://spotifyanalyzer-dp.herokuapp.com/

Running:
Run npm install to get dependencies
Make sure you have a .env with following:

    ID=[spotifyID]  
    SECRET=[spotifySecret]  
    URI=[redirectURI]

Run npm run start:dev to load env vars

About

Get statistics from Spotify Tracks and Albums with Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published