https://github.com/wileylabs/whois-json-cli
Output whois data as JSON on the command line
https://github.com/wileylabs/whois-json-cli
domain-name json whois
Last synced: about 1 month ago
JSON representation
Output whois data as JSON on the command line
- Host: GitHub
- URL: https://github.com/wileylabs/whois-json-cli
- Owner: WileyLabs
- License: mit
- Created: 2020-02-12T20:24:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T02:16:31.000Z (over 2 years ago)
- Last Synced: 2025-01-06T20:56:30.768Z (over 1 year ago)
- Topics: domain-name, json, whois
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.mit
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Whois JSON CLI
This is a simple command line interface (CLI) for dumping whois data out as
JSON for use in document storage databases.
## Usage
```
$ npm i -g
$ whois-json example.com
```
## License
MIT