#HockeyApp Dashing Widget
Dashing Widget for displaying HockeyApp App Crashes.
##Usage
To use this widget, copy the hockeyapp.rb file in your /jobs folder. Copy hockeyapp.yml into your /config folder and setup the api_token and the appIds.
Add gem 'rest-client' to your Gemfile and run bundle
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="2" data-sizey="1">
<div data-id="hockeyapp_first_project" data-view="Graph" data-title="App Crashes"></div>
</li>