Simple wrapper around Coderwall's users API for a Tech Talk at Box UK.
For code as demoed see d2eff31d07.
> me = CoderwallRuby::User.new('garethrees')
#=> Returns a Hash of data from the API
> me.username
#=> 'garethrees'
> me.location
#=> 'Cardiff, Wales UK'
# etc...
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request