A web app for visualizing personalized Spotify data. View your top artists, top tracks, recently played tracks, detailed audio information about each track, and an audio visualizer.
Built with:
-
Register a Spotify App and add
http://localhost:3000/api/auth/callback/spotify
as a Redirect URI in the app settings -
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
yarn dev
-
Open http://localhost:3000 with your browser.