Skip to content

Instantly share code, notes, and snippets.

@camillebaldock
camillebaldock / README.md
Last active February 18, 2021 14:27
Duolingo Dashing widget
@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:

@camillebaldock
camillebaldock / README.md
Last active April 17, 2020 11:05
Dashing widget to display Outlook calendar events
@camillebaldock
camillebaldock / README.md
Last active January 2, 2019 20:52
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 May 19, 2018 07:52
Dashing Trello widget

Description

A Dashing widget for displaying the number of items of lists on a Trello board.

screen shot

See a live demo here.

Usage

@camillebaldock
camillebaldock / keybase.md
Created September 4, 2017 22:45
keybase.md

Keybase proof

I hereby claim:

  • I am camillebaldock on github.
  • I am camille (https://keybase.io/camille) on keybase.
  • I have a public key whose fingerprint is FCAE 3E58 388E BA6C 0694 466A D381 D88B 580C 6398

To claim this, I am signing this object:

@camillebaldock
camillebaldock / oyster.rb
Last active February 4, 2017 13:43
Oyster journey history scraping script
require 'rubygems'
require 'capybara'
require 'capybara/dsl'
require 'capybara/poltergeist'
require 'awesome_print'
Capybara.run_server = false
Capybara.current_driver = :poltergeist
class Oyster
@camillebaldock
camillebaldock / README.md
Last active March 16, 2016 20:37
Dashing quotes

Description

A Dashing widget for displaying random quotes from a YAML file.

See a live demo here.

Usage

Install the following gems:

@camillebaldock
camillebaldock / README.md
Last active January 14, 2016 05:08
Dashing Wunderlist widget

Description

A Dashing widget for displaying the number of tasks in my Wundermail that are due today or before.

See a live demo here.

Usage

Setup the following environment variables:

@camillebaldock
camillebaldock / README.md
Last active December 23, 2015 01:39
Dashing widgets to display: - a user's public photos - a user's favourite photos