Skip to content

Roaliia/covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid19-Global

Stats

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

Covid19 Api requires Node.js v4+ to run.

Install the package and start the server.

$ npm install covid19-global

Usage

Global data

const corona = require('covid19-global');
let stats = await corona.covid19() // Global Data
let stats = await corona.country('World') // World Data
Country Data

const corona = require('covid19-global');
let stats = await corona.country('Turkey') // Country Data

About

Advanced covid 19 information system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published