0.2.0 • Published 7 years ago
node-timecapsule v0.2.0
node-timecapsule
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