Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

rootaux/covid19-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 CLI

This is a simple command line interface written in C++ which gives the count of total cases around the world and India.

Requirements

This application requires libcurl to be installed on your system. Run the following command in your terminal to install libcurl.

sudo apt-get install libcurl4-openssl-dev
How to use

Download the code from github, and in the code directory, run the following command to compile the program.

g++ -o covid19 -c main.cpp -lcurl

Now run the compiled program, to get Covid-19 updates on your terminal.

./covid19

Data Sources

covid19india.org corona-api.com

About

Get covid-19 updates directly from your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages