1.1.3 • Published 10 years ago

github-issues v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

github-issues

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

Badgers

NPM

Gitter(https://badges.gitter.im/Join Chat.svg) 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);
});
1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago