diff options
| author | Pridon Tetradze <[email protected]> | 2022-06-24 13:26:51 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-24 13:26:51 +0400 |
| commit | 9892059afcc1c4528a34f03e80b08b863c8f1ed8 (patch) | |
| tree | ba31671a96081594a5d53d1636ecd3e84f46a32f | |
| parent | 8622f3f37988333251265144c2fd8efb75a04d34 (diff) | |
| download | countryfetch-9892059afcc1c4528a34f03e80b08b863c8f1ed8.tar.xz countryfetch-9892059afcc1c4528a34f03e80b08b863c8f1ed8.zip | |
Update README.md
| -rw-r--r-- | README.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -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 |
