1.0.0 • Published 3 years ago

waybackurl v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm

npm i waybackurl

github

git clone https://github.com/XDumpy/waybackurl

Usage

//Requirement Importer
const WaybackUrl = require("waybackurl")

//Main
WaybackUrl.grab("https://grammarly.com", function(callback){
	console.log(callback)
})

API

grab(url, callback)

To grab the website wayback urls.

url

The URL that will be used in grabbing wayback urls.

callback

returns module callback.

Bugs

  • When grabbing the website wayback URLs it also includes the web archive body content.

License

MIT © XDumpy