- Note: The web app is not online currently
- Note: Must have Spotify Premium
- Warning: Playing a Podcast will make the site crash
- Login with your Spotify username.
- Your name should appear here.
- Start playing a song on Spotify so the website can find that device.
- The name of the device should also now appear.
- Click the album artwork to pause/play the music.
- Logout once your done by just entering your username.
GET Request to https://mrswagbhinav.pythonanywhere.com/list_users will list all the users logged in
GET Request to https://mrswagbhinav.pythonanywhere.com/currently_playing will list what all the users are listening to
POST Request to https://mrswagbhinav.pythonanywhere.com/play with the body song='song_title'
will start playing that song for all users logged in
POST Request to https://mrswagbhinav.pythonanywhere.com/toggle_playback will pause or play the current song
POST Request to https://mrswagbhinav.pythonanywhere.com/logout with the body username='your_username'
will log that user out of the service