Track and control your Spotify listening activity. View top tracks, artists, search for music, and control playback.
- Install dependencies:
npm install npm install -g netlify-cli- Set up environment:
cp .env.example .env # Edit .env with your Spotify credentials-
Get Spotify credentials:
- Create app at Spotify Developer Dashboard
- Set redirect URI to
http://localhost:3000/callback - Add credentials to your
.envfile
-
Run locally:
netlify dev # Open http://localhost:3000 in browser