github-issues

1.1.3 • Public • Published

github-issues

tl;dr; A utility belt to manage and fetch github issues

Badgers

NPM

Gitter Dependency Status

fetchIssues

returns a issues stream with one issue per _data event

var gi = require('github-issues');
 
var config = {
  'repo'       : 'REPO',
  'useragent'  : 'USERNAME',
  'accesstoken': 'ACCESSTOKEN'
};
 
gi.setConfig(config);
 
var issueStream = gi.fetchIssues('open|closed');
 
issueStream.on('_data', function (issue) {
  console.log(issue);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.3
    2
  • 1.1.2
    0
  • 1.1.1
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i github-issues

Weekly Downloads

2

Version

1.1.3

License

MIT

Last publish

Collaborators

  • daviddias