Sha256: 0875ce476fe2322c14269b75a4c25b891f0892cc42f59cdd40c715a0a5e09852
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# ContributionCount - GitHub contribution count client - https://rubygems.org/gems/contribution_count ## Installation Add this line to your application's Gemfile: ```ruby gem 'contribution_count' ``` And then execute: $ bundle Or install it yourself as: $ gem install contribution_count ## Usage ```ruby name = "github_account_name" # 1year ContributionCount.new(name).all # today ContributionCount.new(name).today # yesterday ContributionCount.new(name).yesterday # select date ContributionCount.new(name).date("yyyy-mm-dd") # today contribution? ContributionCount.new(name).contribution_today? # select date contribution? ContributionCount.new(name).contribution?("yyyy-mm-dd") ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/contribution_count. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Fork it ( https://github.com/emono/contribution_count ) Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
contribution_count-0.1.3 | README.md |