Skip to content

yourpov/Spotify-Manager

Repository files navigation

Spotify Manager

Top language Language count Repository size License


app for managing spotify playlists

Features

  • create and delete playlists
  • search for tracks across spotify
  • manage playlist visibility (public/private)
  • spotify oauth login flow

Stack

Install

git clone https://github.com/YourPOV/Spotify-Manager.git
cd Spotify-Manager
npm install

set up a spotify app at developer.spotify.com/dashboard. create an app, grab your client id/secret, and add http://127.0.0.1:9876/callback to redirect URIs.

setup .env and fill it out:

cp .env.example .env

Build

dev server:

npm run dev

production build:

npm run build

preview production build:

npm run preview

output goes to dist/

Contact

License

MIT

About

web app for managing Spotify playlists

Resources

License

Stars

Watchers

Forks

Contributors

Languages