A Shared Spotify Queue for Music Collaboration
Tired of listeing to some frat bro play Mo Bamba at parties and ignoring your requests? Want to listen to some of your music? Well now you can! With the Spartify app, everyone is on aux. Add songs to a party queue and listen to what you want to hear.
Node.js, React-Native, Expo Spotify Premium Account iOS Device
None
Run the following commands to install expo and react:
npm install
npm install --save expo-cli
- 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 Spartify-Queue
- 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 and screens/Linkscreen.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.
- cd to Spartify-Queue
- 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
- 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 linkscreen page where you will see a list of song URIs.
- Tap any of the song URIs in this list and treat your ears to this lovely, diverse playlist of songs
- 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.
TODO: Leave the steps below if you want others to contribute to your project.
- 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
#Unit Testing site: https://travis-ci.org/ucsb-cs48-w19/4pm-spotify
MIT license: https://choosealicense.com/licenses/mit/