Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fyrk/spotify-taylors-version

Find and replace Taylor Swift’s stolen songs in your Spotify playlists
https://github.com/fyrk/spotify-taylors-version

spotify spotify-api spotify-web-api taylor-swift taylors-version

Last synced: about 1 month ago
JSON representation

Find and replace Taylor Swift’s stolen songs in your Spotify playlists

Awesome Lists containing this project

README

        

# Taylor’s Version
Find and replace Taylor Swift’s stolen songs in your Spotify playlists using a simple web app.

Built with 🩵, [Spotify Web API SDK](https://github.com/spotify/spotify-web-api-ts-sdk), [Preact](https://preactjs.com), and [Tailwind CSS](https://tailwindcss.com).

## Getting started
This project uses [Vite](https://vitejs.dev).

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:3000
* `npm run build`: Production build to dist/
* `npm run preview`: Preview the production build