offlineify

A library to download websites

Usage no npm install needed!

<script type="module">
  import offlineify from 'https://cdn.skypack.dev/offlineify';
</script>

README

offlineify

travis npm downloads js-standard-style

A library to download websites

Currently only supports one page. relative links and HTTP but 3.0 will support a depth property, absolute links and HTTPS

install

$ npm install offlineify

usage

var offlineify = require('offlineify')
offlineify('http://startingurl.com', '/folder/location', callbackonfinished(err) {})