/spotify-stats-app

A web app to summarize your Spotify profile and get personalized data.

Primary LanguageJavaScript

Spotify Stats App

A web app to summarize your Spotify profile and get personalized data.

Technologies used

  • Create react app
  • Spotify Web API
  • Express
  • Styled Components
  • Reach Router and many more...

To run locally

  1. Register a Spotify App and add http://localhost:5000/callback as a Redirect URI in the app settings.
  2. nvm use 10.13
  3. npm install
  4. cd client && npm install
  5. npm start

Special Thanks

Special thanks to brittany chiang for Spotify Profile which inspired me build my own spotify stats app.