Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wappalyzer #1

Open
xyzdata opened this issue Sep 13, 2017 · 2 comments
Open

Wappalyzer #1

xyzdata opened this issue Sep 13, 2017 · 2 comments

Comments

@xyzdata
Copy link

xyzdata commented Sep 13, 2017

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);
});
@xyz-data xyz-data locked and limited conversation to collaborators Sep 13, 2017
@xyzdata
Copy link
Author

xyzdata commented Sep 13, 2017

@xgqfrms
Copy link

xgqfrms commented Sep 13, 2019

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants