Description: TuneQueue allows friends to queue their favorite songs to your spotify account. This can be used in a group setting where everyone may not have their own spotify account, or perhaps you do not want individuals to keep asking you to play a song. With TuneQueue, your friends can queue songs using their own device.
Setup: The repository contains two folders that need to be
hosted on your server: TuneQueue-host which handles spotify
authentication, and TuneQueue-remote that
receives authentication information from the host.
Navigate to your Spotiy developer dashboard,
create a project, and add the generated client_id to the host code. You may also need to whitelist your
specific redirect URI.
Also create a FireBase realtime database, and add your database config to
the both the host and remote code.
Your firebase API key and spotify playlist ID are only
available to those you share it
with. These can easily be shared by generating a QR code and including the search params ?key=KEY&playlist=PLAYLIST. If you choose not to do this the API key
and playlist ID can be hard-coded, but will be available to anyone that visits your site.
How to use:
Navigate to the host webpage and authenticate with the same Spotify account that has developer access.
Once authenticated, users will be able to access the remote webpage.
Search any song in the spotify catalog and tap it to add to the host account's queue. It will play on the host's device that is currently playing music.