shmuli9 / spotify-empty-playlists-murderer

Small app to delete approx 400 empty playlists on my Spotify account. These were annoyingly generated by my in car Bluetooth adapter app πŸ˜–

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-empty-playlists-murderer

This app is designed to delete empty playlists on your Spotify account

Start the app with npm start, browse to http://localhost:3000 and press Login

For this to work for you, you will need to setup a developer account on Spotify here Getting started for Spotify app integration can be found here

You will need to provide a .env file in the root of the repo, like so:

clientId='XXXXXXXXX'
clientSecret='XXXXXXXXX'
redirectUri='http://localhost:3000/callback'

About

Small app to delete approx 400 empty playlists on my Spotify account. These were annoyingly generated by my in car Bluetooth adapter app πŸ˜–


Languages

Language:JavaScript 92.0%Language:HTML 5.2%Language:CSS 2.8%