Track List
Juqe Mobile Juke Box

This mobile-web application was a two weekend project that utilizes the Spotify API to create a mobile juke box anywhere you find a wireless speaker system. Anyone with the URL can join the playlist, add songs, and vote for their favorites. I created this specifically to learn more about css3 / html5 animations and to toy around with an API for the first time.

Desktop Client

One catch with this whole project was that playlist management (syncing) couldn't be done through cookies alone. This required a desktop client running Spotify remotely; I mocked up what the desktop client could look like, and briefly explored the flow of generating a new playlist. The magic of this idea was that you could spin off a new playlist wherever you found a speaker.

Unfortunately, the desktop client was an extra hurdle for the user that I wasn't excited about. This project is on hold until I find a workaround or the API limitations change. I still learned a lot and you can still play with the code on mobile today!