A command line app to get covid-19 update.
$ git clone https://github.com/aayush-jaiswal/covid-in.git
$ cd covid-in/
$ makeTo install it in /usr/local/bin/ and use it globally run the following command
$ sudo make installInstall on Ubuntu based distro
$ sudo apt install libcurl4-openssl-dev- Get overall updates
- Get updates of all states in tabular form
- Get updates of a specific state
- Show help
$ covid-in -h- Get stats of number of samples tested
$ covid-in -t- Show statecodes
$ covid-in --statecodes- Get stats multiple states
$ covid-in -s [statecode seperated by comma]- Add option to show tested data
- Show delta changes
- Better output formatting
- Add option to show data of all states in tabular form


