aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridon <[email protected]>2022-06-24 13:43:16 +0400
committerFridon <[email protected]>2022-06-24 13:43:16 +0400
commit2dd8711eb0188949d322f2c37c0d9a21abd40093 (patch)
tree7d2978d0f40310f11bef636f987775924806ba56
parent9892059afcc1c4528a34f03e80b08b863c8f1ed8 (diff)
downloadcountryfetch-2dd8711eb0188949d322f2c37c0d9a21abd40093.tar.xz
countryfetch-2dd8711eb0188949d322f2c37c0d9a21abd40093.zip
update README.md
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index 32bc320..ac8fedc 100644
--- a/README.md
+++ b/README.md
@@ -57,22 +57,23 @@ countryfetch <arguments>
```
$ countryfetch germany
-Country: Germany 🇩🇪
-Lat/Lng 51/9
-Population: 83,240,525
-Languages: German
-Capital: Berlin
-Capital Lat/Lng: 52.52/13.4
-Region: Europe
-Subregion: Western Europe
-Timezones: UTC+01:00
+Country: Germany 🇩🇪
+Lat/Lng 51/9
+Population: 83,240,525
+Languages: German
+Capital: Berlin
+Capital Lat/Lng: 52.52/13.4
+Region: Europe
+Subregion: Western Europe
+Timezones: UTC+01:00
Currencies: Euro [€](EUR)
```
## Would be nice to have in the future (a bit ambitious):
-- Users can customize which information to display about country,
+- Display country flag in ASCII format (like in neofetch).
+- Users can customize which information to display about country.
- Get only one particular property about country (for example, get just the timezone of Netherlands).
- Custom query builder that makes a direct call to api and returns a readable information.
- A capital guessing game.