0.1.6 • Published 10 years ago

contributor.io v0.1.6

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

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
0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago