/api-domain-checker-node

An api that makes a web scraper on the whois.com site to obtain data about the requested domain

Primary LanguageJavaScript

api-domain-checker-node

About:

An api that makes a web scraper on the whois.com site to obtain data about the requested domain

How to run?

  1. Install node if you don't have it: nodejs.org
  2. In the root of the project run npm i in the terminal to download the project dependencies
  3. run node index.js to start the api
  4. make a request on the url: https://localhost:443/{domain name}

Demo:

image

Technologies used: