xyz-data / Wappalyzer

Cross-platform utility that uncovers the technologies used on websites.
https://wappalyzer.com
GNU General Public License v3.0
0 stars 0 forks source link

Wappalyzer #1

Open xyzdata opened 7 years ago

xyzdata commented 7 years ago

Wappalyzer

web-app-analyzer

https://www.npmjs.com/package/wappalyzer

https://wappalyzer.com/download


$ npm i -D wappalyzer

const wappalyzer = require('wappalyzer');

// fetch
wappalyzer('https://wappalyzer.com')
.then(json => {
    console.log(JSON.stringify(json, null, 2));
})
.catch(error => {
    console.error(error);
});
xyzdata commented 7 years ago

https://gist.github.com/xgqfrms-GitHub/4fd536c50aa7b6212e1f184e7b4e6859

xgqfrms commented 5 years ago

image