waybackurl

Website old urls grabber.

Usage no npm install needed!

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

README

waybackurl

Website old urls grabber

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