contributor.io
v0.1.6
Published
Fetch counts of a user's contributions to various platforms (Github, NPM, Gem, CPAN, Nuget, ...)
Downloads
24
Readme
contributor.io
Fetch counts of a user's contributions to various platforms (Github, NPM, ...)
Web service coming soon...
Platform support
Current
- Github
- NPM
Future
- Bower
- Component
- Rubygems
Usage
contributor = require 'contributor.io'
contributor
github: 'eighttrackmind'
npm: 'bcherny'
.then (counts) ->
# returns an object with counts, eg.:
# {
# github: 50
# npm: 45
# }
Environment support
- Node
- CommonJS