Find and replace Taylor Swift’s stolen songs in your Spotify playlists using a simple web app.
Built with 🩵, Spotify Web API SDK, Preact, and Tailwind CSS.
This project uses Vite.
To get up and running, npm install
and copy .env.template
to .env.local
, filling in at least VITE_SPOTIFY_*
for authorization with Spotify.
The following commands are available:
npm run dev
: Vite on localhost:3000npm run build
: Production build to dist/npm run preview
: Preview the production build