Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

yukihr/lgtmin-github-bookmarklet

Repository files navigation

LGTM.in GitHub Bookmarklet

Bookmarklet to post LGTM on GitHub issues. Many browsers are supported!

Screen Shot

Confirmed Browsers

Deploy

Deploy

configs

After you made new app, you have to set env vars to configure app. First, to retrive GitHub Api client ID/Secret, register new app on GitHub Settings. Callback URL must be like {Your App URL}/oauth/callback. You can see ID/Secret on app's individual page.

And then, register below configs on Heroku Dashboard.

NODE_ENV=production
APP_KEYS={Your arbitrary secret key}
GITHUB_API_CLIENT_ID={GitHub Api client ID for your app}
GITHUB_API_CLIENT_SECRET={GitHub Api client Secret for your app}