siteinfodeprecated

A tool for grabbing info about a particular URL

Usage no npm install needed!

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

README

SiteInfo Module

Usage

Use the module by requiring it into your scope, then sending the url, and the callbacks to the function.

var si = require('./siteinfo');
si('http://www.google.com/', err_cb, cb);