Skip to content

Domain Checker is a a command-line application that retrieves domain names and their alias domains with different top-level domains (TLDs) and checks their availability

Notifications You must be signed in to change notification settings

WillKirkmanM/domain-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Domain Checker

Domain Checker is a a command-line application that retrieves domain names and their alias domains with different top-level domains (TLDs) and checks their availability.

Table of Contents

Installation

To install the Domain Checker application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/WillKirkmanM/domain-checker.git
    
  2. Navigate to the project directory:

    cd domain-checker
    
  3. Install the necessary dependencies:

    go mod tidy
    

Usage

To run the application, use the following command:

go run cmd/main.go <base-domain> <tld1> <tld2> ...

Example

go run cmd/main.go example com net org

This command will check the availability of the domains example.com, example.net, and example.org.

About

Domain Checker is a a command-line application that retrieves domain names and their alias domains with different top-level domains (TLDs) and checks their availability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages