Skip to content

haritsfahreza/namecheck

Repository files navigation

GoDoc Build Status codecov Go Report Card License

namecheck (nck)

Check your name idea availability with CLI

Installation

$ go get -u github.com/haritsfahreza/namecheck/cmd/nck

Usage

$ nck help
Usage of nck:
  -code string
        specific channel code that you want to check
  -help
        show this message
  -list
        show available channel code list
  -name string
        your name idea that you want to check
$ nck -name haritsfahreza

Checking haritsfahreza
Please wait...

Status
V Available
X Not Available
? Unknown (e.g. Timeout)

V .org
V .io
V .co.id
V .name
V .co
V .us
V .xyz
V .info
X Twitter
V Google+
X Github
X .net
V Facebook
V .me
V .id
X YouTube
V .com
V Instagram

Duration: 2.099445s

Run in Docker

$ docker build -t namecheck .
$ docker run -it namecheck -name foo

License

See LICENSE