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 1 year ago
JSON representation
Simple CLI (Command Line Interface) to get covid19 report by country
- Host: GitHub
- URL: https://github.com/adiatma/cli-covid19
- Owner: adiatma
- Created: 2020-08-08T15:19:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T17:31:56.000Z (over 5 years ago)
- Last Synced: 2025-04-28T01:06:08.059Z (about 1 year ago)
- Topics: cli, covid19, rust, terminal
- Language: Rust
- Homepage:
- Size: 463 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
+-------------+----------------------------+
```