README.md in coder_wally-0.0.3 vs README.md in coder_wally-0.0.4

- old
+ new

@@ -1,7 +1,14 @@ -# CoderWally +# CoderWally +[![Gem Version](https://badge.fury.io/rb/coder_wally.svg)](http://badge.fury.io/rb/coder_wally) +[![Build Status](https://travis-ci.org/gregstewart/coder_wally.svg?branch=master)](https://travis-ci.org/gregstewart/coder_wally) +[![Coverage Status](https://coveralls.io/repos/gregstewart/coder_wally/badge.svg)](https://coveralls.io/r/gregstewart/coder_wally) +[![Code Climate](https://codeclimate.com/github/gregstewart/coder_wally/badges/gpa.svg)](https://codeclimate.com/github/gregstewart/coder_wally) +[![Dependency Status](https://gemnasium.com/gregstewart/coder_wally.svg)](https://gemnasium.com/gregstewart/coder_wally) +[![Inline docs](https://inch-ci.org/github/gregstewart/coder_wally.svg?branch=master)](https://inch-ci.org/github/gregstewart/coder_wally) + A very very simple Gem to fetch user badges from Coder Wall ## Installation Add this line to your application's Gemfile: @@ -18,12 +25,19 @@ $ gem install coder_wally ## Usage -For now you can invoke it using (remember to replace <username> with you a valid username): +After installing the Gem, you can for now you can invoke it +(remember to replace <username> with you a valid username) from the command line +using: ruby -Ilib bin/coder_wally <username> + +In your code: + + client = CoderWally::Client.new + client.get_badges_for <username> ## Contributing 1. Fork it ( https://github.com/gregstewart/coder_wally/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)