phcovid19
v0.0.14
Published
Just another COVID19 tracker
Downloads
41
Readme
phcovid19
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 :sweat_smile: and no eslint issue.
- Submit an issue first for significant changes.