github-tools / github-tools/github
how to use without node for browser extension/ add Ons ?
Open
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
I want to use this js wrapper for a chrome extension but while using binaries or bundled version I'm getting errors getting errors.
This is an HTML file, please help me here.
```html
var GitHub = require('github-api');
var gh = new GitHub({
username: '',
password: ''
});
var me = gh.getUser();
me.listNotifications(function(err, notifications) {
console.log(notifications);
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.