Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomdewildt/web-diff


https://github.com/tomdewildt/web-diff

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Web Diff
[![Scheduler](https://img.shields.io/github/actions/workflow/status/tomdewildt/web-diff/scheduler.yml?branch=master&label=scheduler)](https://github.com/tomdewildt/web-diff/actions/workflows/scheduler.yml)
[![License](https://img.shields.io/github/license/tomdewildt/web-diff)](https://github.com/tomdewildt/web-diff/blob/master/LICENSE)

A simple tool to compare a website against a snapshot to detect changes.

# How To Run

Prerequisites:
* curl version ```8.4.0``` or later

### Production

1. Run ```./src/web-diff.sh --create ``` to create a snapshot.
2. Run ```./src/web-diff.sh ``` to compare a website against a snapshot.

# References

[Curl Docs](https://curl.se/docs/manpage.html)

[Diff Docs](https://man7.org/linux/man-pages/man1/diff.1.html)