Simple and efficient whois app written in Node.JS
- Node.JS (v14 tested)
- have the whois package installed
- Clone the repository
$ git clone https://github.com/Rmlyy/whois-app
- Change directory to
whois-app
$ cd whois-app
- Install the dependencies
$ npm i
- Run it!
$ node app.js
- If needed, you can change the server port in the
config.js
file. - This app has been tested with Node.JS v14, I'm not sure if older or newer versions of Node.JS will work.
- This app will NOT work on Windows.
- This app is hosted at https://whois.rmly.dev