Simple Dashing widget (and associated job) to display Heroku status.
Created at Homefinder.com
Check out other widgets we've made at https://github.com/Homefinder/dashing-widgets
##Preview
##Usage
To use this widget, copy heroku.html
, heroku.coffee
, and heroku.scss
into the /widgets/heroku
directory. Put the heroku.rb
file in your /jobs
folder. Copy hb.png
into the /assets/images
directory.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="3" data-col="4" data-sizex="1" data-sizey="1">
<div data-id="heroku-prod" data-view="Heroku" data-title="Heroku Production"></div>
</li>