Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicwaller/docker-nicinfo
Query RDAP with nicinfo
https://github.com/nicwaller/docker-nicinfo
Last synced: about 6 hours ago
JSON representation
Query RDAP with nicinfo
- Host: GitHub
- URL: https://github.com/nicwaller/docker-nicinfo
- Owner: nicwaller
- Created: 2020-04-04T05:15:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T05:37:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T00:39:42.791Z (3 months ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/nicwaller/nicinfo
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-nicinfo
Query RDAP with nicinfoHelp
`docker run nicinfo --help`
Regular output
`docker run nicinfo whatis.health`
JSON output
`docker run nicinfo --json -Q whatis.health`
JSON via jq
`docker run -t nicinfo --json -Q whatis.health | jq .entities[0]`