app for managing spotify playlists
- create and delete playlists
- search for tracks across spotify
- manage playlist visibility (public/private)
- spotify oauth login flow
git clone https://github.com/YourPOV/Spotify-Manager.git
cd Spotify-Manager
npm installset 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 .envdev server:
npm run devproduction build:
npm run buildpreview production build:
npm run previewoutput goes to dist/
- Portfolio: yourpov.dev
MIT