1.1.6 • Published 6 years ago

github-contributes v1.1.6

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago