# fouber/page-monitor

capture webpage and diff the dom change with phantomjs  ♨

Repository: https://github.com/fouber/page-monitor
Canonical: https://ross.abutalabs.com/products/page-monitor
Language: JavaScript
License Family: other
Last push: 2020-01-18T17:59:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4391, "days_push": 2419, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2092, forks 198 (observed 2026-08-28T04:06:12.586997+00:00)

## What it is
A Node.js library that uses PhantomJS to render webpages, capture screenshots, and diff DOM changes (added/removed elements, text, and style changes) over time. It stores capture history and can show diffs between any two snapshots.

## Use cases
- monitor a webpage for DOM changes over time
- capture webpage screenshots and diff them
- detect when page content or styles change
- track element additions and removals on a site
- build a UI showing history of page changes

## When to choose
- you need headless webpage capture with DOM diffing on an older Node.js stack
- you want screenshot-based visual change detection with a companion UI (pmui)

## When to avoid
- you need a maintained tool - it depends on the deprecated PhantomJS and hasn't been updated since 2020
- you need modern browser automation - use Puppeteer or Playwright instead
- you're on Windows and rely on npm-installed PhantomJS, which can't be spawned

## Facets
- artifact type: library
- maturity: abandoned
- function: web-scraping, monitoring, image-processing, developer-tools
- domain: web-development, developer-tools
- platform: cli
- tags: phantomjs, dom-diff, screenshot, webpage-monitoring, visual-diff, automation, nodejs

## Member repositories
- fouber/page-monitor (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:12.586997+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:55:30.485356+00:00, confidence not recorded.
  - readme: https://github.com/fouber/page-monitor (fetched 2026-08-28T04:06:12.586997+00:00, sha a771f640b1a8)
  - registry_npm: https://registry.npmjs.org/page-monitor (fetched 2026-08-29T10:35:25.736742+00:00, sha 7426821ccfb4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
