Skip to content

Instantly share code, notes, and snippets.

@bennycwong
bennycwong / README.md
Last active March 17, 2016 23:12
Random Reddit
@cmaneu
cmaneu / slackWeather.js
Last active January 19, 2024 19:59
Slack slackbot send weather forecast
var request = require("request");
// The Cities IDs can be found on openweathermap.org (make a search, and look the URI)
var cities = [2988507, 5391959];
var slackBotUri = ""; // TODO: Complete
request("http://api.openweathermap.org/data/2.5/group?id="+cities.join(',')+"&units=metric ", function(error, response, body) {
// Maybe we can handle this differently/better ?
if(error != null)
return;
@stephenyeargin
stephenyeargin / README.md
Last active February 16, 2019 10:09
Add an Uber widget to your Dashboard

Uber Dashing Widget

This Dashing Dashboard widget allows you to see an estimate of how close the nearest Uber driver is to your location (in minutes). Useful if you're planning a fast getaway from the office.

screenshot

Before you get started

Go ahead and register an application with Uber. It is a relatively painless process if you already have an Uber account.

@dragonai
dragonai / README.md
Last active June 7, 2019 20:09
Atlassian JIRA Sprint Progress Meter

##Preview

Description

Simple Dashing widget that displays a progress meter for your current JIRA sprint, with the completed and total point values at the bottom.

##Usage

@nick123pig
nick123pig / readme.md
Last active April 10, 2019 15:13
Dashing Table

dashing-table

Allows you to use tables with the dashing framework.

Preview

Basic Table Preview

@windowfinn
windowfinn / Readme.md
Last active December 8, 2020 01:18
Dashing Chuck Norris Fact Generator Job

Description

Dashing job to render personalised Chuck Norris based facts into a text widget.

This job utilises the Internet Chuck Norris Database JSON api.

A randomly chosen forename and surname from an array of team members is chosen and passed to the icnd json api, and a Chuck Norris based fact, with the Chuck and the Norris replaced with our teammembers name is returned, and then sent to a dashing widget.

Installation

Put the chuck.rb file into the /jobs directory.

@ahanmal
ahanmal / README.md
Last active June 23, 2016 14:21
Dashing JIRA Issues Open Widget

##JIRA Open Issues Widget For Dashing Simple widget that fetches current issues from JIRA by using a JQL Search. Data is displayed using th e included Numbers widget in Dashing.

##Usage

  1. Install Widget By Adding jira.rb to the jobs directory, or install by calling dashing install 3186a5869684bb514ad3

  2. Add gem 'jira-ruby', :require => 'jira' to your Gemfile

  3. Change to match your needs:

@sklise
sklise / description.md
Last active October 28, 2019 16:10
World Clock for Dashing

World Clock

Requirements

This widget requires a library for the timezone manipulation, moment.js and moment-timezone.js and then also build the necessary data at moment-timezone-data

Then in assets/javascripts/application.coffee add the following three lines above #= require_directory .

#= require moment
@blackjid
blackjid / README.md
Last active May 8, 2018 13:52
Worldcup Brazil 2014 Google Calendar Matches widget for Dashing
@robertmarsal
robertmarsal / README.md
Last active March 20, 2022 02:26 — forked from mtowers/README.md
Google Analytics Real Time Visitors Widget for Dashing with OAuth2 Authentication