Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

genediazjr/phcovid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phcovid19

Build Status Coverage Status NPM Version NPM Downloads
dependencies Status devDependencies Status Known Vulnerabilities

!!!DEPRECATED!!!

Yet another PH COVID19 Stat Generator

Programmatically

const phcovid19 = require('phcovid19');

(async () => {

    const stats = await phcovid19.load();
    console.log(stats);
})();

Command Line

$ npm install -g phcovid19
$ phcovid19 stats.json

Data Source

DOH COVID19 Case Tracker https://www.doh.gov.ph/2019-nCoV

Contributing

  • Include at least 90% test coverage 😅 and no eslint issue.
  • Submit an issue first for significant changes.