2.0.0 • Published 9 years ago

offlineify v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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) {})
2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago