github-currently-working-on
v0.0.14
Published
[](https://travis-ci.org/christian-fei/github-currently-working-on)
Readme
Options
raw
Return the raw results.
Example
GithubCurrentlyWorkingOn('christian-fei', {raw: true}, function(err, result) {
assert.ok(Array.isArray(result));
});Development
Generate a Personal Access Token here.
npm i
GITHUB_TOKEN=[YOUR_GITHUB_TOKEN] npm t