I've been a long-time user of mixkeepr for saving my weekly music recommendations. However, I ended up with a lot of unused playlists and was unable to delete them all at once using Spotify.
To solve this problem, I created a tool with the help of AI to delete multiple playlists easily.
https://multiple-playlist-deleter-markkop.vercel.app/
Before you begin, ensure you have met the following requirements:
To run this project on your local machine, you also must have the following installed:
git clone git@github.com:Markkop/Multiple-Playlist-deleter.git
cd Multiple-Playlist-deleter
npm install
.env.local
file in the root of the project and add your Spotify app credentials:SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
SPOTIFY_REDIRECT_URI=http://localhost:3000/
Replace your_client_id
and your_client_secret
with the values from your Spotify app.
npm run dev
If you want to contribute to this project, please open an issue or submit a pull request.
This project is licensed under the MIT License.