• Stars
    star
    204
  • Rank 190,957 (Top 4 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Firefox addon to monitor web pages for updates.

Update Scanner

Firefox addon to monitors web pages for updates.

Documentation: http://sneakypete81.github.io/updatescanner

Install from: https://addons.mozilla.org/firefox/addon/update-scanner

Development Build Status

You'll need Node.js installed.

Clone the source and install all dependencies:

git clone https://github.com/sneakypete81/updatescanner.git
cd updatescanner
npm install

Build, lint and test the webextension:

npm run all

Other useful actions:

npm run run        # Run in Firefox, rebuilding and updating when files change
npm run test       # Run all tests
npm run test:watch # Run all tests automatically whenever files change
npm run lint       # Run all lint checks