sbaerlocher / dashing.wunderlist

Widget for Dashing that shows Wunderlist tasks.
MIT License
2 stars 0 forks source link

dashing.wunderlist

Preview

Description

Widget for Dashing that shows Wunderlist tasks.

Usage

Add this to your Gemfile and run bundle install:

gem 'rest-client'

To use this widget, copy wunderlist.html, wunderlist.coffee, and wunderlist.scss into a /widgets/wunderlist directory, and copy the wunderlist.rb file into your /jobs folder.

To include the 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="wunderlist" data-view="Wunderlist"></div>
</li>

Changelog

1.2

1.1

1.0

Contributor

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2015, Simon Bärlocher