Skip to content

StanvBaarsen/StansSpotifyClient

Repository files navigation

Spotify Tracker

Track and control your Spotify listening activity. View top tracks, artists, search for music, and control playback.

Quick Setup

Local Development

  1. Install dependencies:
npm install npm install -g netlify-cli
  1. Set up environment:
cp .env.example .env # Edit .env with your Spotify credentials
  1. Get Spotify credentials:

  2. Run locally:

netlify dev # Open http://localhost:3000 in browser