Check your name idea availability with CLI
$ go get -u github.com/haritsfahreza/namecheck/cmd/nck
$ 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
$ docker build -t namecheck .
$ docker run -it namecheck -name foo
See LICENSE