Dashing widget to show the build status of a CircleCI project.
- 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 runbundle install
Then:
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/" + |
Dashing widget to show the build status of a CircleCI project.
CIRCLE_CI_AUTH_TOKEN
httparty
to your Gemfile and run bundle install
Then: