The cocoa_spotbox_driver is a Spotbox driver written in Cocoa/Objective-C.
The cocoa_spotbox_driver uses cocoalibspotify to play music from the Spotify music service.
In order to use the spotify API, you're going to need to have access to a Premium Spotify account. Pony up, cheap ass.
Write your spotify username/password to config.h as follows:
#define SPOTIFY_USERNAME "XXXXXXXXX"
#define SPOTIFY_PASSWORD "XXXXXXXXX"Upon logging in with your username/password, browse to https://developer.spotify.com/en/libspotify/application-key/.
Download your appkey as C code and write it to appkey.c.
Install the libzmq package using brew install libzmq