Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

16 lines (16 loc) · 1.2 KB

Banner Image

Inspiration

During a long car ride, one person is often designated as "aux." That person can take suggestions but essentially has total control of the music. At HackTCNJ, we decided to do make something so everyone can have a choice in the music.

What is Queue Sync?

Queuesync is a website that allows you to create a room that is linked to a Spotify account. People can then join this room using the unique room code and add songs to the room admin's Spotify queue. This allows multiple people to contribute to the music that they are listening to, which is especially useful for parties, carpools, and group events!

What was it built with?

The frontend was built with HTML, CSS, and Javascript and the backend was built with Express.JS and utilized the Spotify API.

Visit Queue Sync

To Do:

  • Update tracks display tracks playing on load, not just after adding
  • Tell user when a room does not exist
  • Code Cleanup