Unofficial client api for getting Covid-19 data from Official github repo of Ministry of Health of Malaysia
Sources of data:
☑️ Promise-based
☑️ Intellisense (Atleast for VS Code)
npm install covid-my
const covid = require('covid-my')
covid.deathsMalaysia()
.then(res => console.log(res))
.catch(err => console.error(err));
const covid = require('covid-my')
(async () => {
try {
const nationalDeaths = await covid.deathsMalaysia();
console.log(nationalDeaths);
} catch (err) {
console.error(err);
}
})();
All responses are array of object. You need to loop through the responses to get a specific data. This might change in future since I am planning to add in-built functionality for it.
This project is licenced under the MIT License
BUT
The data fetched may be used per the terms of reference found in Appendix B of the Pekeliling Pelaksanaan Data Terbuka Bil.1/2015, accessible here: