Patch for ISO and Map display (#45)

This commit is contained in:
Johann Richard
2018-02-09 20:41:30 +01:00
committed by Martin Polden
parent 9f839c5f36
commit c195bae4fb
5 changed files with 83 additions and 25 deletions

View File

@ -32,6 +32,9 @@ Country and city lookup:
$ http ifconfig.co/country
Elbonia
$ http ifconfig.co/country-iso
EB
$ http ifconfig.co/city
Bornyasherk
```
@ -43,6 +46,7 @@ $ http --json ifconfig.co
{
"city": "Bornyasherk",
"country": "Elbonia",
"country_iso": "EB",
"ip": "127.0.0.1",
"ip_decimal": 2130706433
}