web-walker

1.0.1 • Public • Published

Recursive walk over all links and which were found

How to use

var webvisitor = require('web-visitor')
 
var urls = ['https://www.npmjs.com/package/web-walker'];
webvisitor(urls, onProcess, onComplete);
 
function onProcess (error, response) {
    
    //...
 
}
 
function onComplete() {
 
    //...
 
}
 

Installation

$ npm install web-inspector

/web-walker/

    Package Sidebar

    Install

    npm i web-walker

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • kraigo