Tlder Save

TLDs finder — check domain name availability across all valid top-level domains.

Project README

TLD:er

TLDs finder — check domain name availability across all valid top-level domains.

Installation

  • Get pre-built binary from releases page, or
  • If you have Go1.19+ compiler installed & configured: go install github.com/dwisiswant0/tlder@latest.

Usage

> tlder -h
   ________  ___         
  /_  __/ / / _ \___ ____
   / / / /_/ // / -_) __/
  /_/ /___/____/\__/_/   
  ---
  @dwisiswant0


Usage:
  tlder -d NAME

Options:
  -d, --domain <NAME>   Domain NAME to permutate
  -s, --silent          Silent mode
      --unreg           Show unregistered TLDs only

Data

TLDs data taken from data.iana.org. Checks for data updates are carried out weekly by GitHub workflow.

Library

You can use TLDer as library. For example:

package main

import "github.com/dwisiswant0/tlder"

func main() {
	name := "dw1"
	ext := "io"

	avail, err := tlder.IsAvailable(name, ext)
	if err != nil {
		panic(err)
	}

	print(avail)
}

License

tlder is distributed under MIT, contributions are welcome! See LICENSE.

Open Source Agenda is not affiliated with "Tlder" Project. README Source: dwisiswant0/tlder
Stars
89
Open Issues
0
Last Commit
1 week ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating