Skip to content

Instantly share code, notes, and snippets.

View nrichand's full-sized avatar

Nathaniel Richand nrichand

View GitHub Profile
@nrichand
nrichand / teammood.coffee
Created July 22, 2015 16:25
Dashing.io widget for http://www.teammood.com/ users. Display the moods of the day for the team
class Dashing.Teammood extends Dashing.Widget
@nrichand
nrichand / bitbucket.rb
Last active June 1, 2016 13:50
Bitbucket open PR
require 'httparty'
require 'json'
require 'time'
SCHEDULER.every '5m', :first_in => 0 do |job|
projects = ["REPOSITORY NAMES"]
prs = []
projects.each do |project|