What ? This does a very simple task . Fetches the data from a publicly available datastore and takes in some arguments for location and gives out results such as vaccination percentage , confirmed cases etc .
Usage : covcli arg1 arg2
arg1 : state (KA)
arg2 : District
flags ;
--all - default give all info
--vax -> only vaccination info .
--cases -> cases only.
source : thinking of using covid19india.org as the datastore .