feat(spotify): integrate Spotify API for playlist metadata and track retrieval
This commit is contained in:
@@ -5,4 +5,8 @@ FORMAT=mp3
|
||||
PORT=3000
|
||||
REDIS_PORT=6379
|
||||
REDIS_HOST=localhost
|
||||
REDIS_RUN=true
|
||||
REDIS_RUN=true
|
||||
|
||||
# Credentials for Spotify API
|
||||
SPOTIFY_CLIENT_ID=your_client_id
|
||||
SPOTIFY_CLIENT_SECRET=your_client_secret
|
||||
|
||||
Reference in New Issue
Block a user