kala13x / statcov

Get and print COVID-19 cases and GEL exchange rate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatCov

Get and print GEL exchange rate and live statistics about COVID-19 cases in Georgia. Application runs only in terminal interface.

Dependency

The package openssl-devel must be installed on the system to compile the project. Required for HTTPS requests.
Red-Hat family: sudo dnf install openssl-devel
Debian family: sudo apt-get install libssl-dev

Installation

You can compile and install this project like any other unix dev package.

git clone https://github.com/kala13x/statcov.git
cd statcov
make
sudo make install

Usage

After installation, just type 'statcov' command in the terminal, statistics will be printed below.

alt tag

Feel free to fork

You can fork, modify and change the code unther the The MIT license. The project contains LICENSE file to see full license description.

About

Get and print COVID-19 cases and GEL exchange rate

License:MIT License


Languages

Language:C 97.5%Language:Makefile 2.5%