web-technology-detector

1.0.0 • Public • Published

web-technology-detector web-technology-detector web-technology-detector

web technology detection

This simple module can help you detect CDN, label scripts or styles, CMS and more

installation

npm i web-technology-detector

Usage

  • load by URL

      const detector   = require('web-technology-detector');
     
      let technologies = new detector().url('https://codeot.com');
  • provide data (useful if using puppeteer fetch or any alternative which already provides data)

    const detector   = require('web-technology-detector');
    let technologies = new detector().identify(url, {
      html,
      scripts,
      cookie,
      headers
    });

returns array of object

Twitter Github Codeot

Package Sidebar

Install

npm i web-technology-detector

Weekly Downloads

21

Version

1.0.0

License

GPL-3.0

Unpacked Size

2.5 MB

Total Files

1031

Last publish

Collaborators

  • imultithinker