IR whois with Nic in Nodejs
A Node.js project that allows you to check the list of domains are free or not. By Nic.IR whois service.
Install Dependencies
Run following commands to clone the project:
$ git clone https://github.com/erfansahaf/nodejs-nic-whois
$ cd nodejs-nic-whois
$ npm install
Run project
After cloning the repository and installing modules, you should write your domains in list.txt (Maximum 6 domains per node command execution)
For check domains availiblity run index.js script:
$ node index
License
This project is MIT license.