<% if (process.env.heroku) { %> <% } %>

<%= name %>α

<%= description %>

Fork me on GitHub

REST API

GET http://www.contributor.io/api?[github=username]&[npm=username] ...
<% _.each(support, function(key, value) { %> <% }) %>
Query Parameter Description Optional
<%= value %> <%= key %> Yes

Example

GET http://www.contributor.io/api?github=eighttrackmind&npm=bcherny&gem=bcherny

Returns

Content-Type JSON
Body
{
  github: 55,
  npm: 166,
  gem: 5
}

Code samples

Bash

CoffeeScript