A Shared Spotify Queue for Music Collaboration
Tired of walking up and yelling at the DJ to queue a song? With shared party queues from Spartify, everybody is on AUX at our parties!
Node.js, React-Native, Expo Spotify Premium Account iOS Device
All packages can be installed with homebrew.
None
Run the following commands to install expo and react:
npm install
npm install --save expo-cli
In the app directory, run the following commands to being development and running on your device:
expo start
- Download the Expo Client app on your smartphone if you don't have an ios simulator on your device
- Clone this repo to your device
- cd into the cloned repo on your device then cd into app
- Follow the installation steps above
- Create a Spotify Developer Account (You must have a spotify premium account for this to work)
- Copy your new client id from the your developer account and paste it into the "CLIENT_ID" variable in screens/Homescreen.js. Then, in your spotify developer account, go to settings and copy/paste https://auth.expo.io/@[your expo username]/Spartify-Queue, substituting your expo username for [your expo username] into the "Redirect URIs" section.
- Open the spotify app with your premium account logged in on your device
- Run "expo start" and scan the QR code when it comes up to build and launch the app on your smartphone or run it on an iOS simulator if you have one. Toggle between LAN and Tunnel if you have problems.
- On the homepage, follow the steps to sign in to your spotify account
- Using the navbar on the bottom of the screen, go to the Party queue page where you will join or host a party and then see a list of songs in the party.
- As the host, tap any of the song URIs in this list and treat your ears to this lovely, diverse playlist of songs
- Navigate to the Serach page in order to find and add new songs to the queue.
- If it says your device isn't active, try going back to your spotify app and playing a song and then pausing it to activate it and then tap a URI again and it should start playing.
Sign in to Spotify. Then create hosted queue, share your collaboration code with others, and manage music contributions.
TODO: Describe any known issues, bugs, odd behaviors or code smells. Provide steps to reproduce the problem and/or name a file or a function where the problem lives.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Continuous Integration: https://travis-ci.org/ucsb-cs48-w19/4pm-spotify
MIT license: https://choosealicense.com/licenses/mit/