Skip to content

Instantly share code, notes, and snippets.

View jkassemi's full-sized avatar

James Kassemi jkassemi

View GitHub Profile
require 'rubygems'
require 'httpi' # Use whatever http system you've already started using
require 'json'
require 'openssl'
require 'oj'
class Signature
class << self
def signature(rails_request)
payload = "https://dashboard.atpay.com/email_transactions/" +

Description

Dashing widget to show the build status of a CircleCI project.

Usage

  • Get a Circle API Token from your Account Dashboard and set it in your environment as CIRCLE_CI_AUTH_TOKEN
  • Add the httparty to your Gemfile and run bundle install

Then: