Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T21:50:19.000Z (over 6 years ago)
- Last Synced: 2024-11-14T17:52:23.008Z (about 2 months 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 ![openSource](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
> 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)