phcovid19

0.0.14 • Public • Published

phcovid19

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

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.

Readme

Keywords

Package Sidebar

Install

npm i phcovid19

Weekly Downloads

14

Version

0.0.14

License

MIT

Unpacked Size

28.9 kB

Total Files

16

Last publish

Collaborators

  • genediazjr