refactor: clean up and improve codebase

This commit is contained in:
2025-02-28 20:29:08 +00:00
parent 3919d0943b
commit dbe9e1a5a7
6 changed files with 311 additions and 162 deletions

View File

@@ -1,5 +1,8 @@
# Required (Spotify API credentials)
# Required (Spotify API credentials, https://gist.github.com/skidoodle/9a9dc9c8802434f7fc0da94ebe4dba18)
CLIENT_ID=
CLIENT_SECRET=
REFRESH_TOKEN=
# LOG_LEVEL=DEBUG (optional)
# Optional
# LOG_LEVEL=DEBUG|WARN|ERROR
# ALLOWED_ORIGINS=http://localhost:3000
# SERVER_PORT=3000