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

https://github.com/gabrielcsapo/node-timecapsule

⏳ saving the internet for future generations
https://github.com/gabrielcsapo/node-timecapsule

backup nodejs timemachine websites

Last synced: 3 days ago
JSON representation

⏳ saving the internet for future generations

Awesome Lists containing this project

README

          

# node-timecapsule

> ⏳ saving the internet for future generations

[![Npm Version](https://img.shields.io/npm/v/node-timecapsule.svg)](https://www.npmjs.com/package/node-timecapsule)
[![Build Status](https://travis-ci.org/gabrielcsapo/node-timecapsule.svg?branch=master)](https://travis-ci.org/gabrielcsapo/node-timecapsule)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-timecapsule/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-timecapsule)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/node-timecapsule/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/node-timecapsule#info=devDependencies)
[![npm](https://img.shields.io/npm/dt/node-timecapsule.svg)](https://github.com/gabrielcsapo/node-timecapsule)
[![npm](https://img.shields.io/npm/dm/node-timecapsule.svg)](https://github.com/gabrielcsapo/node-timecapsule)

# Installation

```
npm install node-timecapsule
```

# Usage

> programmatic

```javascript
const Timecapsule = require('node-timecapsule');
const timecapsule = new Timecapsule(); // you can pass a directory to the constructor if you want to specific a different directory then the default, `capsules`.

timecapsule.save('http://www.bestbuy.com', (error, result) = > {
// will return the resources saved or an error
});
```

> shell

```
$ timecapsule save http://www.bestbuy.com
```

# Screenshots

![main](./screenshots/main.png)

![backup](./screenshots/backup.png)