[](https://travis-ci.org/christian-fei/github-currently-working-on)


rawReturn the raw results.
#### Example
```
GithubCurrentlyWorkingOn('christian-fei', {raw: true}, function(err, result) {
assert.ok(Array.isArray(result));
});
Generate a Personal Access Token here.
```
npm i
GITHUB_TOKEN=[YOUR_GITHUB_TOKEN] npm t