Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```