Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 456 Bytes

File metadata and controls

20 lines (13 loc) · 456 Bytes

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 .