github-currently-working-on

0.0.14 • Public • Published

Build Status

Coverage Status

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

/github-currently-working-on/

    Package Sidebar

    Install

    npm i github-currently-working-on

    Weekly Downloads

    14

    Version

    0.0.14

    License

    ISC

    Last publish

    Collaborators

    • christian_fei