Skip to content

garethrees/coderwall_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderwall Ruby

Code Climate

Simple wrapper around Coderwall's users API for a Tech Talk at Box UK.

For code as demoed see d2eff31d07.

Usage

> me = CoderwallRuby::User.new('garethrees')
#=> Returns a Hash of data from the API
> me.username
#=> 'garethrees'
> me.location
#=> 'Cardiff, Wales UK'
# etc...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Simple wrapper around Coderwall User API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages