Socket
Socket
Sign inDemoInstall

owid-covid

Package Overview
Dependencies
7
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    owid-covid

A package which returns the data related to covid-19.


Version published
Maintainers
1
Created

Readme

Source

Our World in Data - CoronaVirus

Version License: GPL-3.0

What is this package?

This package can return the data related to covid-19 from https://ourworldindata.org/

Install the package 📥

npm install owid-covid

Example ✏️

getStats example
const covid19 = require("owid-covid");

covid19.getStats("IND").then((data) => {
  console.log(data);
});
getVaccineStats example
const covid19 = require("owid-covid");

covid19.getVaccineStats("IND").then((data) => {
  console.log(data);
});
getLatestStats example
const covid19 = require("owid-covid");

covid19.getLatestStats("IND").then((data) => {
  console.log(data);
});

Contributing 🤝

  • Contributions, issues and feature requests are welcome!
  • Feel free to check issues page.

Author 💖

Keywords

FAQs

Last updated on 24 May 2021

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