No description
Find a file
2026-01-25 21:27:31 -05:00
backend feat(back): get tracks per playlist 2026-01-25 21:24:27 -05:00
frontend feat: added oauth flow 2026-01-18 10:02:49 -05:00
.gitignore feat(back): get tracks per playlist 2026-01-25 21:24:27 -05:00
package-lock.json feat: added oauth flow 2026-01-18 10:02:49 -05:00
package.json feat: added oauth flow 2026-01-18 10:02:49 -05:00
README.md docs: EXTREMELY important, rigorous, and sophisticated README.md update 2026-01-25 21:27:31 -05:00

halted until (if) i get premium again


Environment Variables

See for setup instructions: https://developer.spotify.com/documentation/web-api

Required environment variables:

CLIENT_ID=your_spotify_client_id
CLIENT_SECRET=your_spotify_client_secret
REDIRECT_URI=your_redirect_uri # browser url must be identical
SESSION_SECRET=your_express_session_secret

i hate this, but how else will i get a job.