How to use the wappalyzer.analyze 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 / src / renderer / components / Modules / Wappalyzer.vue View on Github external
url: function (val) {
        console.log('Wappanalyzer -> LOAD:', val)
        this.showLoading = true
        wappalyzer.analyze(this.$store.state.Website.url)
          .then(json => {
            this.arrayWappalyzer = json
            this.showLoading = false
          })
          .catch(error => {
            console.error('Wappanalyzer -> ERROR:', error)
            this.showLoading = false
          })
      }
    },

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 8 months ago

Package Health Score

59 / 100
Full package analysis