1.3.1 • Published 4 years ago

coronavirus-api.js v1.3.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Welcome to the coronavirus API

This is an overview of all the functions

npm version

const c = require("coronavirus-api.js")
c.covidall().then(console.log())
//logs all covid-19 data

c.covidcountry('USA').then(console.log())
//shows data for a specified country

c.usastate('Texas').then(console.log()) 
//shows data for a specified US state

c.allcontinents().then(console.log()) 

c.continents('Europe').then(console.log()) 
1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago