1.1.64 • Published 11 days ago

simple-wappalyzer v1.1.64

Weekly downloads
46
License
MIT
Repository
github
Last release
11 days ago

simple-wappalyzer

Last version Coverage Status NPM Status

A simple, pre-cached, ready-to-use way to interact with Wappalyzer.

Although Wappalyzer has an official library, it performs network requests operations under the hood.

simple-wappalyzer get the same information, but all the necessary data is provided as parameters.

Install

$ npm install simple-wappalyzer --save

Usage

const wappalyzer = require('simple-wappalyzer')
const getHTML = require('html-get')

getHTML('https://kikobeats.com', { getBrowserless: require('browserless') })
  .then(({ url, html, statusCode, headers }) =>
    wappalyzer({ url, html, statusCode, headers })
  )
  .then(result => console.log(result))

// {
//   "urls": {
//     "https://kikobeats.com/": {
//       "status": 200
//     }
//   },
//   "applications": [
//     {
//       "name": "CloudFlare",
//       "confidence": "100",
//       "version": null,
//       "icon": "CloudFlare.svg",
//       "website": "http://www.cloudflare.com",
//       "cpe": null,
//       "categories": [
//         {
//           "31": "CDN"
//         }
//       ]
//     },
//     {
//       "name": "Google Analytics",
//       "confidence": "100",
//       "version": null,
//       "icon": "Google Analytics.svg",
//       "website": "http://google.com/analytics",
//       "cpe": null,
//       "categories": [
//         {
//           "10": "Analytics"
//         }
//       ]
//     },
//     {
//       "name": "Jekyll",
//       "confidence": "100",
//       "version": "v3.8.6",
//       "icon": "Jekyll.png",
//       "website": "http://jekyllrb.com",
//       "cpe": "cpe:/a:jekyllrb:jekyll",
//       "categories": [
//         {
//           "57": "Static site generator"
//         }
//       ]
//     },
//     {
//       "name": "Netlify",
//       "confidence": "100",
//       "version": null,
//       "icon": "Netlify.svg",
//       "website": "https://www.netlify.com/",
//       "cpe": null,
//       "categories": [
//         {
//           "62": "PaaS"
//         },
//         {
//           "31": "CDN"
//         }
//       ]
//     }
//   ],
//   "meta": {
//     "language": "en"
//   }
// }

License

simple-wappalyzer © Kiko Beats, released under the MIT License. Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

1.1.63

12 days ago

1.1.64

11 days ago

1.1.62

3 months ago

1.1.61

3 months ago

1.1.60

3 months ago

1.1.58

4 months ago

1.1.56

6 months ago

1.1.57

5 months ago

1.1.55

7 months ago

1.1.52

9 months ago

1.1.51

11 months ago

1.1.54

8 months ago

1.1.53

8 months ago

1.1.49

1 year ago

1.1.48

1 year ago

1.1.47

1 year ago

1.1.50

1 year ago

1.1.45

1 year ago

1.1.46

1 year ago

1.1.44

2 years ago

1.1.43

2 years ago

1.1.42

2 years ago

1.1.41

2 years ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.39

2 years ago

1.1.40

2 years ago

1.1.35

2 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.31

3 years ago

1.1.30

3 years ago

1.1.29

3 years ago

1.1.28

3 years ago

1.1.27

3 years ago

1.1.26

3 years ago

1.1.25

3 years ago

1.1.24

3 years ago

1.1.23

3 years ago

1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

3 years ago

1.1.19

3 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago