Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sneakypete81/updatescanner
Firefox addon to monitor web pages for updates.
https://github.com/sneakypete81/updatescanner
firefox firefox-addon javascript webextension
Last synced: about 1 month ago
JSON representation
Firefox addon to monitor web pages for updates.
- Host: GitHub
- URL: https://github.com/sneakypete81/updatescanner
- Owner: sneakypete81
- License: gpl-3.0
- Created: 2014-04-09T22:12:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T18:50:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T13:15:35.860Z (9 months ago)
- Topics: firefox, firefox-addon, javascript, webextension
- Language: JavaScript
- Homepage: http://sneakypete81.github.io/updatescanner/
- Size: 13.6 MB
- Stars: 203
- Watchers: 28
- Forks: 33
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://travis-ci.org/sneakypete81/updatescanner.svg?branch=master)](https://travis-ci.org/sneakypete81/updatescanner)
You'll need [Node.js](https://nodejs.org/) installed.
Clone the source and install all dependencies:
git clone https://github.com/sneakypete81/updatescanner.git
cd updatescanner
npm installBuild, 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