Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/web-diff
https://github.com/tomdewildt/web-diff
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdewildt/web-diff
- Owner: tomdewildt
- License: mit
- Created: 2024-06-02T13:05:15.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T12:28:38.000Z (4 months ago)
- Last Synced: 2024-07-21T13:52:18.846Z (4 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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)