A web app to convert explicit songs in a Spotify playlist to their clean versions (if they exist)
git clone https://github.com/aryanchopra/CleanMyPlaylist
cd CleanMyPlaylist
npm install && cd client && npm install
To run this project, you will need to add the following environment variables to your .env file located in the root directory:
CLIENT_ID
CLIENT_SECRET
REDIRECT_URI
You can get your API key by logging in to your Spotify account at https://developer.spotify.com/dashboard/ and creating a new application.
npm run dev
cd client && npm run dev
MIT License Copyright (c) 2021 Aryan Chopra