Create a COVID-19 Tracker CLI using Node.js
In this article, we will see how to create a command-line Corona Virus Tracker using Node.js. We will track total cases, active cases, totally recovered cases, and total deaths in the Indian States. Approach: We use an npm package called 'request' to fetch data from publicly available covid-19 API