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);
A tool for grabbing info about a particular URL
<script type="module">
import siteinfo from 'https://cdn.skypack.dev/siteinfo';
</script>
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);