node-timecapsule

0.2.0 • Public • Published

node-timecapsule

Npm Version Dependency Status devDependency Status Build Status npm npm

saving the internet for future generations

Installation

npm install node-timecapsule

Usage

programmatic

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

backup

Readme

Keywords

none

Package Sidebar

Install

npm i node-timecapsule

Weekly Downloads

1

Version

0.2.0

License

ISC

Last publish

Collaborators

  • gabrielcsapo