Description
This Node.JS code checks whether the domain is avaialble to buy or not.
How to use?
- Download the code
- Run
npm install
command to install all the dependencies - Create new file with name domains.txt and list all the domains to be checked. Add one domain per line and make sure it does not containe http, www or any other thing with it.
- After the setup has been done, run
npm start
command to start the script. - The script will filter out the domains and create 2 separate files as follow:
- available.txt - This file contains the domain names which are available to be registered.
- error-checking.txt - This file contains the domain names which couldn't be checked now and have to re-check later.