Skip to content

sneakypete81/updatescanner

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2018
Feb 7, 2020
Feb 16, 2020
Jun 18, 2020
Feb 13, 2019
Oct 4, 2017
Nov 8, 2019
Aug 12, 2019
Feb 7, 2020
Sep 16, 2017
Nov 8, 2019
Dec 15, 2018
Sep 8, 2020
Sep 8, 2020
Nov 12, 2019
Feb 7, 2020

Repository files navigation

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