0.2.0 • Published 7 years ago

node-timecapsule v0.2.0

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

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