booby
v1.2.0
This is a tool for finding OSS projects that seem easy to contribute.
Get the access token to the API from the GitHub configuration page and set it in GITHUB_ACCESS_TOKEN in .env.example.
cd プロジェクトルート
cp .env.example .env
npm install
npm run devhttp://localhost:3000 If you can check the project, it's OK.
If the VSCode extension contains REST Client, API testing can be done at test.http .
In that case, edit setting.json in Extensions > REST Client > Extension Settings > Rest-client: Environment Variables as follows:
"rest-client.environmentVariables" : {
"github_booby_api_key" : " your api key " ,
"$shared" : {}
} Now you can test the API from test.http .
I'm using Remix Icon.
If you would like to add an Icon, please click here.
Please refer to this.