Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

kachick/coderwall_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coderwall_api

  • This repository is archived
  • No longer maintained
  • All versions have been yanked from https://rubygems.org/ for releasing valuable namespace for others

Description

An API wrapper for the coderwall.com

Features

See coderwall API

Usage

Overview

Try this

require 'coderwall'

Coderwall.user('kachick') do
  p name      #=> "Kenichi Kamiya"
  p location #=> "Japan"
  p endorsements  #=> 1
  p accounts.any?{|ac|ac.service == 'github'} #=> true
  p badges.select{|badge|/ruby/i =~ badge.description}.size #=> 2
end

More API

See code :)

Requirements

Install

$ gem install coderwall_api

Build Status

Build Status

Link

License

The MIT X11 License
Copyright (c) 2012 Kenichi Kamiya
See MIT-LICENSE for further details.

About

An API wrapper for the coderwall.com

Topics

Resources

License

Stars

Watchers

Forks

Languages