##Description Simple Dashing widget (and associated job) to display current github status.
##Dependencies httparty
Add it to dashing's gemfile:
gem 'httparty'
##Description Simple Dashing widget (and associated job) to display current github status.
##Dependencies httparty
Add it to dashing's gemfile:
gem 'httparty'
| class Credentials | |
| attr_reader :username, :password | |
| def initialize(parameters) | |
| @username = parameters[:username] | |
| @password = parameters[:password] | |
| end | |
| end | |
| credentials = Credentials.new(username: 'jimmy saville', password: 'nowthennowthen') | 
##Description Simple Dashing widget (and associated job) to display BBC News Stories.
##Dependencies nokogiri
Add it to dashing's gemfile:
gem 'nokogiri'