All Projects → crimx → ext-github-release-notifier

crimx / ext-github-release-notifier

Licence: MIT license
Chrome extension / Firefox Add-on for watching Github releases.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Release Notifier for Github

Unofficial "polyfill" for watching Github releases. It was based on this lovely idea.

It checks Github releases every 15 minutes and notifies releases by browser notification.

Fast & light-weight: It is loaded and run only when needed. It uses Github api and takes advantage of 403 cache. You can also switch to atom feeds for unsupported repos.

screenshot

Develop

Clone repo, cd in and run yarn install.

  1. Tweak UI with random fake data: npm run dev (not yarn).
  2. Quick build (without optimization): npm run build --debug --devbuild.
  3. Full build: npm run build.

Both Chrome & Firefox outputs are in dist/ folder.

If you need to test oauth, add a .env file at project root with ids and secrets:

CHROME_ID=
CHROME_SECRET=

FIREFOX_ID=
FIREFOX_SECRET=
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].