0.3.1 • Published 7 years ago

github-yearly-contributions v0.3.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Github Yearly Contributions

As Github's API does not provide a means to check the number of contributions within a year for a given user, this module works around that by scraping the information off said users profile page.

Installation

npm install --save github-yearly-contributions

Usage

function(username, timeout, cb)

const contributions = require('github-yearly-contributions');

contributions('username', function(err, amount){
  console.log('Contributions this year = ' + amount);  
});
0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.0

8 years ago