Socket
Socket
Sign inDemoInstall

covid19-earth

Package Overview
Dependencies
23
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    covid19-earth

Advanced covid 19 information system


Version published
Weekly downloads
2
Maintainers
1
Install size
4.63 MB
Created
Weekly downloads
 

Readme

Source

Covid 19 Stats

Developed with ❤️ by Roxza#2999(Discord)

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

Keywords

FAQs

Last updated on 06 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc