Skip to content

A wrapper to retrieve an archive.is archive for webpage given an URL

License

Notifications You must be signed in to change notification settings

Mad-Chemist/node-archive.is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-archive.is

A wrapper to retrieve an archive.is archive for webpage given an URL

Usage example

const archive = require("web-archive");
archive.save("https://www.npmjs.com/package/web-archive")
    .catch(error=>console.error(error))
    .then(url=> {
        console.log(`The generated archive can be reached at ${url}`);
    });

About

A wrapper to retrieve an archive.is archive for webpage given an URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published