diff options
| author | Fridon <[email protected]> | 2022-06-20 00:52:25 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-20 00:52:25 +0400 |
| commit | 65261a5ae2ee9c7492b119f1ab1a2a8c19126ef0 (patch) | |
| tree | 29d2108aad9b60c248c8ddc11f8d861791ea558a /README.md | |
| download | countryfetch-65261a5ae2ee9c7492b119f1ab1a2a8c19126ef0.tar.xz countryfetch-65261a5ae2ee9c7492b119f1ab1a2a8c19126ef0.zip | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4beeb5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# countryfetch + +A cli tool for fetching information about countries. It uses https://restcountries.com/ API for backend. + +## dependencies + +[DENO](https://deno.land/) + +## usage + +```bash +deno run --allow-all /path/to/program/main.ts <arguments> +``` + +available arguments: + +- `find <country-name>` Find country information by name. +- `sync` - Synchronizes databes, stores it in localStorage. This is done automatically, but can be triggered manually. +- `random` - Get random country information. |
