https://github.com/lucasmendesl/registrobr-checker
:mag_right: A simple command line tool to check domain avaiability
https://github.com/lucasmendesl/registrobr-checker
Last synced: about 1 month ago
JSON representation
:mag_right: A simple command line tool to check domain avaiability
- Host: GitHub
- URL: https://github.com/lucasmendesl/registrobr-checker
- Owner: LucasMendesl
- License: mit
- Created: 2021-03-06T15:38:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T13:51:11.000Z (about 4 years ago)
- Last Synced: 2025-03-30T19:22:39.472Z (2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# registrobr-checker
> :mag_right: A simple command line tool to check domain avaiability## Why ?
Easy way to validate if domain is avaiable for usage in [registro.br](https://registro.br)## How to install
```
go get github.com/lucasmendesl/registrobr-checker/cmd/registrobr-checker
```
or build source code```sh
$ git clone https://github.com/lucasmendesl/registrobr-checker.git
$ cd registrobr-checker
$ go build -o registrobr-checker ./cmd/registrobr-checker
```## Usage
```sh
$ registrobr-checker -help #prints cli usage
$ registrobr -hostname example.com.br #validate domain availability
```### Examples:
Unavaiable domain:
```sh
$ registrobr-checker -hostname pudim.com.br
Result: the domain pudim.com.br is not avaiable
Reason: domain published
Expiration: 24/02/2028
Suggestions:
- pudim.agr.br
- pudim.blog.br
- pudim.dev.br
- pudim.eco.br
- pudim.esp.br
- pudim.etc.br
- pudim.far.br
- pudim.flog.br
- pudim.imb.br
- pudim.ind.br
- pudim.inf.br
- pudim.log.br
- pudim.net.br
- pudim.ong.br
- pudim.rec.br
- pudim.seg.br
- pudim.srv.br
- pudim.tec.br
- pudim.tmp.br
- pudim.tur.br
- pudim.tv.br
- pudim.vlog.br
- pudim.wiki.br
```Avaiable domain:
```sh
$ registrobr-checker -hostname avaiabledomain.com.br
the domain avaiabledomain.com.br is avaiable
```## Contributing
Contributions via pull requests are welcome :-).## License
MIT © [Lucas Mendes Loureiro](http://github.com/lucasmendesl)