Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theopnv/bostonhacks-2018
Ourzic: Your party playlist democratized
https://github.com/theopnv/bostonhacks-2018
Last synced: about 9 hours ago
JSON representation
Ourzic: Your party playlist democratized
- Host: GitHub
- URL: https://github.com/theopnv/bostonhacks-2018
- Owner: theopnv
- Created: 2018-11-10T23:26:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T22:15:15.000Z (about 6 years ago)
- Last Synced: 2024-09-10T02:00:04.320Z (2 months ago)
- Language: JavaScript
- Homepage: https://devpost.com/software/ourzic
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BostonHacks - November 2018
Boston University
https://devpost.com/software/ourzic# Ourzic
Ally Zhu, Kai Washer, Théo Penavaire, Tigran Karapetyan, Victor Debray
Ourzic: your party playlist democratized.
## Inspiration
“You know what I want, what I really really want? ...To change the playlist.” We heard something along the lines of this so frequently at BostonHacks, we decided to solve this problem once and for all. Introducing: OURZIC, your party playlist democratized.## How?
The worst party is one with a sub-par playlist, and a restaurant with weird jams is just such a turn-off. This mobile app allows anyone to vote for the next song at a public event, while still allowing the host to maintain a certain degree of jurisdiction over what’s being played.As a user, you can join an Event Playlist by entering a code generated by the host. Users can, in real time, vote for their favourite song amongst a list of 5. The song with the most votes will be played, and the bottom three songs will replaced with a new selections to form a new voting pool. Compete with fellow party-goers to get your favorite song to the top.
As a host, you are able to select the playlist from which these voting selections are generated so as to still maintain control over your PARTY! Like this, the public gets to listen to the music they want, but party hosters are also happy.
## How we built it
The mobile application is built in react native. It integrates the spotify API to get the music and the Bose Soundtouch API to play it.
Half of the application is for the host. The other half is dedicated to the guests. Also, a server will keep track of the playlists for each event.## Challenges we ran into
We had challenges integrating all technologies together.