Sha256: b2b1b1520dca22c55339e8194f5d9ff8d4b37f231ff09a8fbdb03b80a44eb04e

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

CodeBadges
===============

CodeBadges. It tries to grabs some information on the Codecademy. What it grab? Badges!

## About

Once you done a section of course on the Codecademy(The online programming tutorial), you will get a badges.
The gem is to understand that what course and the level the user take on the Codecademy.

## Usage

Install it with the following command:
````ruby
gem install codebadges
````

Then in your file:
````ruby
require "codebadges"
CodecademyBadges.get_badges(username)
````
The argument username is the user's account who you want to check it out!
````

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
codebadges-1.0.0 README.md
codebadges-0.1.1 README.md
codebadges-0.1.0 README.md