https://github.com/purplecones/get-stack
Small http endpoint that uses Wappalyzer to return tech stack details of sites.
https://github.com/purplecones/get-stack
analytics analyzer micro microservice nodejs wappalyzer zeit
Last synced: 19 days ago
JSON representation
Small http endpoint that uses Wappalyzer to return tech stack details of sites.
- Host: GitHub
- URL: https://github.com/purplecones/get-stack
- Owner: purplecones
- License: gpl-3.0
- Created: 2017-11-28T19:18:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T06:58:27.000Z (over 6 years ago)
- Last Synced: 2024-10-19T15:17:50.313Z (6 months ago)
- Topics: analytics, analyzer, micro, microservice, nodejs, wappalyzer, zeit
- Language: JavaScript
- Homepage: https://get-stack.now.sh/?url=https://www.zeit.co
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get-stack
GET | `https://get-stack.now.sh/?url=https://www.zeit.co&recursive=true`
```json
{
"url": "https://www.zeit.co",
"options": {
"debug": false,
"delay": 500,
"maxDepth": 3,
"maxUrls": 10,
"maxWait": 3000,
"recursive": true,
"userAgent": "Wappalyzer"
},
"data": [
{
"name": "Next.js",
"confidence": "100",
"version": "",
"icon": "zeit.svg",
"website": "https://zeit.co/next",
"categories": [
{
"18": "Web Frameworks"
},
{
"22": "Web Servers"
}
]
},
{
"name": "Nginx",
"confidence": "100",
"version": "",
"icon": "Nginx.svg",
"website": "http://nginx.org/en",
"categories": [
{
"22": "Web Servers"
}
]
},
{
"name": "React",
"confidence": "100",
"version": "",
"icon": "React.png",
"website": "http://facebook.github.io/react",
"categories": [
{
"12": "JavaScript Frameworks"
}
]
},
{
"name": "webpack",
"confidence": "100",
"version": "",
"icon": "webpack.svg",
"website": "http://webpack.github.io",
"categories": [
{
"44": "Build CI Systems"
}
]
},
{
"name": "Node.js",
"confidence": "0",
"version": "",
"icon": "node.js.png",
"website": "http://nodejs.org",
"categories": [
{
"27": "Programming Languages"
}
]
}
]
}
```