Aux is an Android Application developed in AndroidStudio and integrated with Spotify that allows users in a group to share and add songs to a master queue hosted by any of the members. Aux leverages a Firebase database in order to send and receive songs information, namely Spotify URIs, between participants and the host in what is known as a "Party". Firebase allows for applications that use it to respond to changes to the database as they are notified once it does, in this case Aux will receive an update when a participant shares a song from Spotify to it. Finally, Aux parses a song when it is shared to and takes full advantage of the newly updated Spotify SDK for Android to add the song to the host's queue, ready to play.
The application is still under development.
- Spotify SDK for Android
- Firebase - Database System
- AndroidStudio - Used to develop and deploy Aux
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Spencer Rendano - srendano
- Harshal Shukla - HarshulShuk
- Armand Asnani - aacode20
- Steve Omeis - steveo539
This project is licensed under the MIT License - see the LICENSE.md file for details