1.1.6 • Published 7 years ago

github-contributes v1.1.6

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

Simple module to get Github Contribute

usage:

var github = require("github-contributes");

var test = async () => {
  try {
    const contributions = await github.contributions("mahasak", "github.com");
    console.log(contributions);

    const languages = await github.languages("mahasak", "github-contributes");
    console.log(languages);
  } catch (err) {
    console.log(err, err.stack);
  }
};

test();
1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago