https://github.com/weichiachang/domain-cli
Search domain names if registered or not in terminal
https://github.com/weichiachang/domain-cli
cli domain
Last synced: 9 months ago
JSON representation
Search domain names if registered or not in terminal
- Host: GitHub
- URL: https://github.com/weichiachang/domain-cli
- Owner: WeiChiaChang
- Created: 2017-12-21T08:50:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T21:50:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T17:52:23.008Z (over 1 year ago)
- Topics: cli, domain
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 165
- Watchers: 4
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## domain-cli 
> Search domain names if registered or not in terminal
API & datas comes from [domainsdb](https://domainsdb.info/).
## Install
```shell
$ npm install domain-cli -g
```
## Usage
Type the following command in your terminal:
```shell
$ domain-cli
```
The interactive script will ask you:
```shell
Input domain names you wanna check if registered please (e.g. google.com)
```
Paste the domain name you wanna check if registered by others or not:
```shell
google.com
```
Here's the result:
## License
MIT © [WeiChiaChang](https://github.com/WeiChiaChang)