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

https://github.com/emrocode/chrono

zx script to fetch website snapshots via Wayback Machine API
https://github.com/emrocode/chrono

wayback-machine zx

Last synced: 10 months ago
JSON representation

zx script to fetch website snapshots via Wayback Machine API

Awesome Lists containing this project

README

          

## Chrono
zx script for querying historical snapshots of any website via the Wayback Machine API

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/emrocode/chrono)
### Built with:
- [zx]
- [Wayback Machine API]

### Installation and execution
1. Clone this repo
```bash
gh repo clone emrocode/chrono
```
2. Go to folder and install dependencies
```bash
cd chrono && npm i --save
```
3. Run
```bash
npm start
```

[zx]: https://google.github.io/zx
[Wayback Machine API]: https://archive.org/help/wayback_api.php