Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfidelis/microservice-nadave-whois
Using this shit to implement microservices tests on containers. "Nadavê" :zap:
https://github.com/msfidelis/microservice-nadave-whois
Last synced: 28 days ago
JSON representation
Using this shit to implement microservices tests on containers. "Nadavê" :zap:
- Host: GitHub
- URL: https://github.com/msfidelis/microservice-nadave-whois
- Owner: msfidelis
- Created: 2019-08-23T02:07:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T18:24:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T09:18:30.727Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whois Microservice "Nadavê"
Using this shit to implement microservices tests on containers.
This is a 5 minute implementation. Don't use this like reference for nothing.
### How to create setup with docker
```sh
docker run -it -p 8080:8080 msfidelis/whois:v1```
## How to use
```sh
curl localhost:8080/whois/google.com
``````
{
"domainName": "google.com",
"registryDomainId": "2138514_DOMAIN_COM-VRSN",
"registrarWhoisServer": "whois.markmonitor.com",
"registrarUrl": "http://www.markmonitor.com",
"updatedDate": "2018-02-21T10:45:07-0800",
"creationDate": "1997-09-15T00:00:00-0700",
"registrarRegistrationExpirationDate": "2020-09-13T21:00:00-0700",
"registrar": "MarkMonitor, Inc.",
"registrarIanaId": "292",
"registrarAbuseContactEmail": "[email protected]",
"registrarAbuseContactPhone": "+1.2083895740",
"domainStatus": "clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited) clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited) clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited) serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited) serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited) serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)",
"registrantOrganization": "Google LLC",
"registrantStateProvince": "CA",
"registrantCountry": "US",
"adminOrganization": "Google LLC",
"adminStateProvince": "CA",
"adminCountry": "US",
"techOrganization": "Google LLC",
"techStateProvince": "CA",
"techCountry": "US",
"nameServer": "ns3.google.com ns4.google.com ns2.google.com ns1.google.com",
"dnssec": "unsigned",
"urlOfTheIcannWhoisDataProblemReportingSystem": "http://wdprs.internic.net/",
"lastUpdateOfWhoisDatabase": "2019-08-22T18:51:04-0700 <<<"
}
```