Skip to content

A simple node script that checks if a set of domains is available. For this, the godaddy API and the axios library were used.

Notifications You must be signed in to change notification settings

RubenFilipe07/Domain-checker-with-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain-checker-with-node

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. Get your godady api key and secret from developer.godaddy.com/keys
  4. image

  5. Create an .env file with the variables API_KEY and API_SECRET and write your values
  6. image

  7. Write the domains you want in the "domains" object
  8. image

  9. run node domainChecker.js and good luck ;)

Demo

image

About

A simple node script that checks if a set of domains is available. For this, the godaddy API and the axios library were used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published