CleanMyPlaylist

A web app to convert explicit songs in a Spotify playlist to their clean versions (if they exist)

Technology Stack

Client

Server

Demo

CleanMyPlaylist

Run Locally

Clone the project

  git clone https://github.com/aryanchopra/CleanMyPlaylist

Go to the project directory

  cd CleanMyPlaylist

Install dependencies

  npm install && cd client && npm install

Environment Variables

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

API Keys

You can get your API key by logging in to your Spotify account at https://developer.spotify.com/dashboard/ and creating a new application.

Start the server

  npm run dev

Start the client

  cd client && npm run dev

Author

Twitter

LinkedIn

License

MIT License Copyright (c) 2021 Aryan Chopra