Skip to content

Gyarbij/CleanMyPlaylist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

For when the G in you has a family roadtrip.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.9%
  • CSS 38.1%
  • JavaScript 13.8%
  • HTML 2.2%