Skip to content

andy-richardson/github-yearly-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);  
});

About

A node module for retrieving a users contributions made in the last year -

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors