Introducing the Streampad API
This is a cross-post from the AOL Music/Streampad blog:
For a while now, Streampad has had an unofficial API. Unofficial in the sense that developers would look at the source code, hack on it, email me, hack some more and then build something cool. Well, the days of unofficial are officially over! I am very proud to unveil the Streampad API.
There are actually two APIs:
Embed API
The first one is the Embed API. You can find it here - http://www.streampad.com/embed-api. This API allows developers to customize the look and feel of Streampad as well as choose which features to include and exclude by setting options.
Javascript API
The second one is the Javascript API. You can find it here - http://www.streampad.com/javascript-api. This API allows developers to control the Streampad player via Javascript. Developers can play and queue songs, play and pause the player, receive events and perform other useful functions.
We would love any and all feedback on these. What works, what doesn’t, what else you would like to see. Thanks!