Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adiatma/cli-covid19

Simple CLI (Command Line Interface) to get covid19 report by country
https://github.com/adiatma/cli-covid19

cli covid19 rust terminal

Last synced: about 2 months ago
JSON representation

Simple CLI (Command Line Interface) to get covid19 report by country

Awesome Lists containing this project

README

        

# cli-covid19

Simple CLI (Command Line Interface) to get covid19 report by country

## Install

```
cargo install cli-covid19
```

## Usage

```bash
> cli-covid19 id
+-------------+----------------------------+
| Last Update | 2020-08-10 02:35:19 +00:00 |
+-------------+----------------------------+
| Confirmed | 125396 |
+-------------+----------------------------+
| Recovered | 80952 |
+-------------+----------------------------+
| Deaths | 5723 |
+-------------+----------------------------+
```