aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPridon Tetradze <[email protected]>2022-06-24 13:26:51 +0400
committerGitHub <[email protected]>2022-06-24 13:26:51 +0400
commit9892059afcc1c4528a34f03e80b08b863c8f1ed8 (patch)
treeba31671a96081594a5d53d1636ecd3e84f46a32f /README.md
parent8622f3f37988333251265144c2fd8efb75a04d34 (diff)
downloadcountryfetch-9892059afcc1c4528a34f03e80b08b863c8f1ed8.tar.xz
countryfetch-9892059afcc1c4528a34f03e80b08b863c8f1ed8.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8cede04..32bc320 100644
--- a/README.md
+++ b/README.md
@@ -57,20 +57,25 @@ countryfetch <arguments>
```
$ countryfetch germany
-# output:
-
-Country: Germany 🇩🇪
-Languages: German
-Capital: Berlin
-Region: Europe
-Population: 83,240,525
+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)
```
-## What's to come
+## Would be nice to have in the future (a bit ambitious):
-I'm thinking about adding a capital guessing game.
+- 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.
## Contribution