How to use the wappalyzer.detectFromUrl function in wappalyzer

To help you get started, we’ve selected a few wappalyzer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Ealenn / SEO-Manager-Electron / view / Website.class.js View on Github external
wappalyzer(callback){
    var wappalyzer = require("wappalyzer");

    var options={
      url : this.url,
      debug:false
    }

    wappalyzer.detectFromUrl(options,function  (err,apps,appInfo) {
      callback(appInfo);
    })
  }

wappalyzer

This package is no longer being maintained. Please use the API at [wappalyzer.com/api](https://www.wappalyzer.com/api/) instead.

GPL-3.0
Latest version published 9 months ago

Package Health Score

59 / 100
Full package analysis