diff options
| author | Fridon <[email protected]> | 2022-06-24 13:43:16 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-24 13:43:16 +0400 |
| commit | 2dd8711eb0188949d322f2c37c0d9a21abd40093 (patch) | |
| tree | 7d2978d0f40310f11bef636f987775924806ba56 | |
| parent | 9892059afcc1c4528a34f03e80b08b863c8f1ed8 (diff) | |
| download | countryfetch-2dd8711eb0188949d322f2c37c0d9a21abd40093.tar.xz countryfetch-2dd8711eb0188949d322f2c37c0d9a21abd40093.zip | |
update README.md
| -rw-r--r-- | README.md | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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. |
