A Dashing widget for displaying the number of tasks in my Wundermail that are due today or before.
See a live demo here.
Setup the following environment variables:
WUNDERLIST_CLIENT_TOKENWUNDERLIST_CLIENT_ID
See instructions here to learn how to setup your token and client ID.
Add it to your Dashing application's Gemfile:
gem 'rest-client'
and run bundle install.
Is there a way to pull tasks only from a specific list?