Home

Awesome

covid-in

A command line app to get covid-19 update.

Installation

$ git clone https://github.com/aayush-jaiswal/covid-in.git
$ cd covid-in/
$ make

To install it in /usr/local/bin/ and use it globally run the following command

$ sudo make install

Dependencies

libcurl

Install on Ubuntu based distro

$ sudo apt install libcurl4-openssl-dev

Usage

Example 1

Example 2

Example 3

$ covid-in -h
$ covid-in -t
$ covid-in --statecodes
$ covid-in -s [statecode seperated by comma]

TODOs

Data Source

https://www.covid19india.org/

Libraries used

json

cxxopts