A Dashing widget for displaying the number of issues opened on a user's repos and on repos of GitHub organisations of your choice.
See a live demo here.
Setup the following environment variables:
GITHUB_TOKEN: Create an application tokenGITHUB_USER: user for whom you want to track open issues on any reposMONITORED_GITHUB_ORGS: comma-separated list of the names of the GitHub orgs you wish to track open issues for
Add it to your Dashing application's Gemfile:
gem 'octokit'
and run bundle install.