covid-cli

Crates.iocovid-cli
lib.rscovid-cli
version0.1.0
created_at2020-11-29 10:51:00.610431+00
updated_at2020-11-29 10:51:00.610431+00
descriptionA tool that allows users to get the latest data on COVID-19 cases, deaths & recoveries on a global and local (country-based) scale
homepagehttps://github.com/roshennair/covid-cli
repositoryhttps://github.com/roshennair/covid-cli
max_upload_size
id317719
size44,297
Roshen Nair (roshennair)

documentation

README

COVID-CLI - A COVID-19 CLI application made using Rust

This is a small project I made the day after attending a Rust workshop hosted by APU's Student Developer Society. Essentially, it is a tool that allows users to get the latest data on COVID-19 cases, deaths & recoveries on a global and local (country-based) scale.

Commands:

  • covid-cli global - Returns the global summary data
  • covid-cli <country-slug> - Returnst the local summary data for a specific country*.

* In order to get a full list of country slug codes for each country, visit https://api.covid19api.com/countries.

Commit count: 0

cargo fmt