Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Richard <johann.richard@mycvs.org>2018-02-09 22:41:30 +0300
committerMartin Polden <mpolden@mpolden.no>2018-02-09 22:41:30 +0300
commitc195bae4fbc40fd1b3671d982fa3284da8eb0d89 (patch)
tree6f4b8eb9160751c9263078f7a8e386869ee8ca34 /README.md
parent9f839c5f361443a445bd5422912c5ed7c0733d77 (diff)
Patch for ISO and Map display (#45)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a227f1..1a68089 100644
--- a/README.md
+++ b/README.md
@@ -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
}