paulmccarron / spotify-playlist-janitor

1 stars 0 forks source link

Poll Spotify Activity #35

Closed paulmccarron closed 1 year ago

paulmccarron commented 1 year ago

Use Spotify connectivity to poll logged in users current playing activity using the Spotify API endpoint: GET https://api.spotify.com/v1/me/player Return playlists via GET endpoint to client. Endpoint should only return information if the current playing activity is from a song in a playlist (not album or podcast playback)

Add unit tests for services and controllers.