github-tools / github-tools/github
how to use without node for browser extension/ add Ons ?
- 主要言語
- JavaScript
- スター
- 3.8k
- フォーク
- 809
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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);
});
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with the HTML example in the issue and the bundled browser script loaded from unpkg. Check how the wrapper is expected to load in a Chrome extension without Node, and reproduce the reported errors. Done means the bundle loads in the extension and the shown notifications request works without require().
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- api, web-dev
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100