A Node based CLI app to display the last updated numbers of the COVID-19 cases.
- clone this repository to your computer and go to the folder
- run
npm install -g .
- run
covidto see the cumulative total number of infections across the world - to get information for a specific country you can use
-loption being followed by a<location>argument, e.g.covid -l germany
