This tool allow you get the technology stack of a website by submitting a form with his URL.
The back-end works with express in Node.js and the front-end is rendered with pug while the style is done in SCSS.
In order to retrieve the data, we use wappalyzer. It might takes some seconds to retrieve data because this module scrap the website.
npm installnpm startStart a browser and open localhost:3000
- A loading screen while scrapping
- Using Wappalyzer's API to retrieve the data without scrapping (usage of a cache). However it is a commercial API.
- Free tier limits: 10 request per day.
- Maxence Dominici