An api that makes a web scraper on the whois.com site to obtain data about the requested domain
- Install node if you don't have it: nodejs.org
- In the root of the project run
npm i
in the terminal to download the project dependencies - run
node index.js
to start the api - make a request on the url:
https://localhost:443/{domain name}