/updatescanner

Firefox addon to monitor web pages for updates.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Update Scanner

Firefox addon to monitors web pages for updates.

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

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
npm install grunt-cli --global

Build, lint and test the webextension:

grunt

Other useful actions:

grunt run        # Run in Firefox, rebuilding and updating when files changes
grunt test       # Run all tests
grunt test:watch # Run all tests automatically whenever files change