Skip to content

sujalgoel/owid-covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 💖

Copyright © 2021 Sujal Goel 👤

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published