From 65261a5ae2ee9c7492b119f1ab1a2a8c19126ef0 Mon Sep 17 00:00:00 2001 From: Fridon Date: Mon, 20 Jun 2022 00:52:25 +0400 Subject: initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` + +available arguments: + +- `find ` 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. -- cgit v1.2.3