#Spreaker Podcast Plays Widget
Dashing Widget to display the amount of plays on your latest Spreaker podcast episode.
##Usage
To use this widget, put the spreaker.rb file in your /jobs folder.
To include this widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="spreaker" data-view="Number" data-title="Podcast Plays" style="background-color:#f5c300;"></div>
</li>##Settings
Get your Spreaker show ID by replacing www in your show URL with api:
http://www.spreaker.com/show/musicradiocreative becomes http://api.spreaker.com/show/musicradiocreative
You'll see the show_ID displayed (in the above example the show ID is 921848).
Change [ENTER_SHOW_ID HERE] in spreaker.rb to your numerical show ID.
The widget will update the plays of your latest Spreaker episode every 5 minutes using the "Number" data view.