github-tools / github-tools/github

how to use without node for browser extension/ add Ons ?

オープン
#455 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。