Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T14:32:55.000Z (over 2 years ago)
- Last Synced: 2024-06-20T14:29:17.973Z (7 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](webdiff.png)
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
```