github-currently-working-on
v0.0.14
Published
[![Build Status](https://travis-ci.org/christian-fei/github-currently-working-on.svg?branch=master)](https://travis-ci.org/christian-fei/github-currently-working-on)
Downloads
15
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