Skip to content

Instantly share code, notes, and snippets.

@picandocodigo
picandocodigo / coderwall.rb
Created November 11, 2012 02:37 — forked from vivien/coderwall.rb
Simple and Stupid Ruby API for Coderwall.com
# Simple and Stupid Ruby API for Coderwall.com
# Vivien Didelot <vivien@didelot.org>
require "open-uri"
require "json"
module CoderWall
class Achievement
attr_reader :name, :badge, :description, :date