covid-api-2021
v0.0.3
Published
A simple covid api using node-fetch
Downloads
10
Maintainers
Readme
Covid-api
- Easy to use api made using node-fetch
How to use?
const {covid} = require('covid-api-2021')
covid("Country Name", res=> {
console.log(res)
})