1.0.4 • Published 2 years ago

covid19-earth v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Covid 19

  • Shows cases in the world and countries.

Packages used : axios,cheerio

Data : Data Website

And of course covid19 api itself is open source with a public repository on GitHub.

📦Installation

npm i covid19-earth --save
yarn add covid19-earth

📝 Usage

const corona = require("covid19-earth");
let stats = await corona.covid19(); // Global Data

let stats = await corona.country("World"); // World Data
let stats = await corona.country("Turkey"); // Country Data

License

MIT