Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

ysknsid25/booby

booby

コントリビュートしやすそうな OSS プロジェクトを見つけるためのツールです。

Getting Started

GitHub の設定ページから API へのアクセストークンを取得し、.env.example の GITHUB_ACCESS_TOKEN にセットします。

cd プロジェクトルート
cp .env.example .env
npm install
npm run dev

http://localhost:3000 プロジェクトが確認できれば OK です。

REST Client

VSCode の拡張機能に REST Client が入っている場合、test.httpにて API テストが可能です。

その場合、拡張機能 > REST Client > 拡張機能の設定 > Rest-client: Environment Variables で setting.json を以下のように編集します。

    "rest-client.environmentVariables": {
        "github_booby_api_key" : "your api key",
        "$shared": {}
    }

これでtest.httpから API のテストを行うことが可能です。

icon

Remix Iconを利用しています。

Icon を追加する場合こちらからお願いします。

Jest/Testinglibrary

こちらを参考に。

About

A tool for finding OSS projects that are easy to contribute to.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 6