coderbits

Gem version Build Status Code Climate Dependency Status

Simple wrapper for the Coderbits API

Install

gem install coderbits

Usage

require 'coderbits'

# Get user info
Codebits.get 'artemeff'

# Or you may initialize connection
client = Coderbits.new

# And get data by this way
client.get 'artemeff'

Copyright (c) 2012 Yuri Artemev. See LICENSE for further details.