Command-line interface to fetch the latest COVID-19 data from Johns Hopkins University.
JHCli is a C++ CLI tool that retrieves and displays COVID-19 pandemic statistics from the Johns Hopkins University CSSE data repository. It provides quick access to case counts, deaths, and recovery data by region.
- Fetch latest COVID-19 statistics from Johns Hopkins CSSE
- Query data by country or region
- Command-line interface for easy scripting and automation
- Caches data locally to reduce API calls
- C++20 compiler
- CMake 3.16+
- libcurl
mkdir build && cd build
cmake ..
make./jhclicd build
ctestCC0 1.0 Universal - see LICENSE
Rich Nistuk - rnistuk