https://github.com/oppodelldog/webdiff
REST API that archives singles web pages on demand and allows to perform diffs
https://github.com/oppodelldog/webdiff
Last synced: 3 months ago
JSON representation
REST API that archives singles web pages on demand and allows to perform diffs
- Host: GitHub
- URL: https://github.com/oppodelldog/webdiff
- Owner: Oppodelldog
- Created: 2022-04-29T22:40:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T14:32:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T19:52:48.531Z (5 months ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdiff

Webdiff is a web application that allows you to compare two versions of a web page or any other web resource.
Features:
* downloads are grouped in sessions
* downloaded content may be compared in a diff view
* sessions can be replayed
* REST API included### Installation
Install go, then run
```bash
go install github.com/Oppodelldog/webdiff@latest
```