- This repository is archived
- No longer maintained
- All versions have been yanked from https://rubygems.org/ for releasing valuable namespace for others
An API wrapper for the coderwall.com
See coderwall API
Try this
require 'coderwall'
Coderwall.user('kachick') do
p name #=> "Kenichi Kamiya"
p location #=> "Japan"
p endorsements #=> 1
p accounts.any?{|ac|ac.service == 'github'} #=> true
p badges.select{|badge|/ruby/i =~ badge.description}.size #=> 2
end
See code :)
- Ruby - 2.5 or later
$ gem install coderwall_api
The MIT X11 License
Copyright (c) 2012 Kenichi Kamiya
See MIT-LICENSE for further details.