0.0.4 • Published 6 years ago

github-reporter v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Build Status

github-reporter

It's a convenient tool to help you list your commits and issues.

API

listReport(own, repo, branch, author, since, until)

List your commits and issues. For example:

var githubReporter = require('github-reporter');
var promise = githubReporter.listReport('own', 'your repo', 'your branch', 'author', '2018-03-01T00:00:00', '2018-03-31T23:59:00');
promise.then((result)=>{
  console.log(result);
});

setAccessToken(accessToken)

Set your access token.

var githubReporter = require('github-reporter');
github.setAccessToken('your token');
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago