Sha256: 23fc53e132ff04d6207b47442b07f0256b5f1931ed42b8088cd62991bed95aed
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# CodeBadges [![Gem Version](https://badge.fury.io/rb/codebadges.svg)](https://badge.fury.io/rb/codebadges)[![Build Status](https://travis-ci.org/ISS-SOA/Codecademy-Ruby.svg?branch=develop)](https://travis-ci.org/ISS-SOA/Codecademy-Ruby) Codecademy is a great place to learn coding! Unfortunately, Codecademy's website doesn't provide an API to help us monitor our own coding. So we made the CodeBadges gem to scrape user achievements from Codecademy! Note that we respect Codecademy's `robots.txt` ## Usage Install it with the following command: ```sh $ gem install codebadges ``` Or else put it in your `Gemfile` as: ```ruby gem codebadges ``` Run it from the command line. For example, to get the achievements of user `chenlizhan`: ``` $ codebadges chenlizhan ``` Or use it from your Ruby code: ````ruby require 'codebadges' lee = CodeBadges::CodecademyBadges.new('chenlizhan') badges = lee.badges ````
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codebadges-2.0.1 | README.md |