2.0.0 • Published 8 years ago

gh-streak v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

gh-streak

This module no longer works since it pulled streaks from the contribution graph which has been removed.

NPM Build Status

Install

cli: npm install -g gh-streak

module: npm install gh-streak --save

Usage

cli: gh-streak <username>

module:

var ghStreak = require('gh-streak');

ghStreak(username, function (err, count, year) {
    if (err) {
        // No user or streak could be found
    } else {
        console.log('The streak is', count);
        console.log('Contributions for year', year);
    }
});
2.0.0

8 years ago

1.1.0

8 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago