godaddy-domain-checker

  1. 1. Description
  2. 2. Usage
  3. 3. Development
  4. 4. Demo
  5. 5. Source

Description

  • Check whether a domain is available or not on godaddy.com.

Usage

godaddy-domain-checker.sh [DOMAIN TO QUERY]

Development

  • Requires a godaddy developer key, which you can get here.
    Note: Demo works without a key, as it is set as a hidden environment variable in replit, however if you implement it yourself just get the key and add the followingvariables at the top of the script:
API_KEY="[API_KEY]"
SECRET="[API_SECRET]"

Demo

Source

Github