Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fyrk/spotify-taylors-version
- Owner: fyrk
- Created: 2023-07-17T10:30:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:56:38.000Z (3 months ago)
- Last Synced: 2024-09-13T08:17:12.447Z (3 months ago)
- Topics: spotify, spotify-api, spotify-web-api, taylor-swift, taylors-version
- Language: TypeScript
- Homepage: https://taylorsversion.rocks
- Size: 486 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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