Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T12:58:22.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:05:23.379Z (almost 2 years ago)
- Topics: domain-name, json, whois
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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