UNPKG

crawler-ninja

Version:

A web crawler made for the SEO based on plugins. Please wait or contribute ... still in beta

15 lines (9 loc) 213 B
function Plugin() { this.name = "TooLong-Plugin"; } Plugin.prototype.crawl = function (result,$, callback) { setTimeout(function() { callback(); }, 1500); }; module.exports.Plugin = Plugin;