A simple Dashing widget to show the status of the New York subway.
Clone this repo and copy the files under job
and widget
into your
dashboard repo, add nokogiri and httparty to your dashing repo's Gemfile and
you're done.
To include the widgets in a dashboard, add the following snippet to the appropriate dashboard:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="mta" data-view="Mta"></div>
</li>
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Dashing MTA is released under the MIT license.