A Dashing widget for displaying the number of emails in a Gmail inbox.
See a live demo here.
Setup the following environment variables:
GMAIL_USER: Gmail email addressGMAIL_PASSWORD: Gmail app password, see here for more information on how to generate one
Add it to your Dashing application's Gemfile:
gem 'ruby-gmail'
and run bundle install.