* add the ip service

* update readme
This commit is contained in:
Asim Aslam
2021-06-02 16:13:11 +01:00
committed by GitHub
parent 7157db9aaa
commit 4b01ad59f2
15 changed files with 638 additions and 31 deletions

18
ip/examples.json Normal file
View File

@@ -0,0 +1,18 @@
{
"lookup": [{
"title": "Lookup IP info",
"description": "Lookup the location info for an IP address",
"request": {
"ip", "93.148.214.31"
},
"response": {
"ip": "93.148.214.31",
"asn": "30722",
"city": "Reggiolo",
"country": "Italy",
"latitude": 44.9201,
"longitude": 10.8075,
"timezone": "Europe/Rome"
}
}]
}