Skip to content

gdillon6/updatescanner

 
 

Repository files navigation

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

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

About

Firefox addon to monitor web pages for updates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.3%
  • CSS 15.8%
  • HTML 10.9%