Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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