Skip to content

Instantly share code, notes, and snippets.

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing Kindle books widget

Description

A Dashing widget for displaying the number of books to read in a user's Kindle collection.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active October 24, 2015 20:31
Dashing Plex widgets from local scheduled job

Description

A Dashing widget for displaying the number of unplayed films, home videos and TV shows on a Plex media server.

See a live demo here.

Usage

Due to the fact that I didn't want to expose my Plex server to outside my network, I decided to run the script on a personal machine at home and push the data to my Dashing application.

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing Boxen releases widget

Description

A Dashing widget for displaying the list of puppet modules in your Boxen installation that have a more recent release available.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing GitHub forks to update widget

Description

A Dashing widget for displaying GitHub forks that need updating.

See a live demo here.

Usage

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing GitHub issues widget

Description

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.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing GitHub pull requests widget

Description

A Dashing widget for displaying the number of pull requests opened on a user's repos and on repos of GitHub organisations of your choice.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active November 29, 2015 12:32
Dashing Statuscake widget

Description

A Dashing widget for displaying the number of websites down according to StatusCake.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active August 29, 2015 14:17
Dashing Gemnasium widget

Description

A Dashing widget for displaying the number of alerts in Gemnasium. If there are any updates availables, the widget will flash orange with the number of possible updates. If there are any security alerts, the widget will flash red with the number of alerts.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active April 8, 2026 18:18
Dashing PocketCasts widget

Description

A Dashing widget for displaying the number of unplayed PocketCasts podcasts in an account.

See a live demo here.

Usage

Due to the fact that PocketCasts does not, at current time of writing, have a public API, I wrote some code to scrape the data off their webpage. Due to extensive use of JavaScript on the PocketCasts webplayer, I chose an approach using Watir that uses a browser's webdriver. This proved tricky to test on Heroku at the time so I decided to run the script on a personal machine at home and push the data to my Dashing application.

@camillebaldock
camillebaldock / README.md
Last active December 21, 2020 16:39
Dashing Travis

Description

A Dashing widget for displaying the number of broken builds out of a configured list of public Travis builds of a GitHub user.

See a live demo here.

Usage

Setup the following environment variables: