npm.io
1.0.0 • Published 7 years agoCLI

web-diff

Licence
MIT
Version
1.0.0
Deps
6
Size
6 kB
Vulns
0
Weekly
0
Stars
2

web-diff

Visually diff web pages

Why

  • Handy tool to check if two URLs are rendering the same exact page
  • Quickly identify subtle differences

Install

$ npm install -g web-diff
npx
$ npx web-diff ...

Usage

$ web-diff <URL A> <URL B>

eg. See how many pixels are different between Google and Google Images

$ web-diff http://google.com https://images.google.com
Save images

eg. Save files googleDiff.A.png, googleDiff.B.png and googleDiff.diff.png

$ web-diff -o googleDiff http://google.com https://images.google.com

Keywords