You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
getCovidData=async()=>{constcovid=require('covid19-data');// get data about every country, including the worldconsteveryCountry=awaitcovid();// get data about a specific country - in this case the UKconstuk=awaitcovid('uk');// print results for all countriesconsole.log(everyCountry);}getCovidData();
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a local branch with the following changes ready to merge in:
https://corona.lmao.ninja/countries -> https://corona.lmao.ninja/v3/covid-19/countries
https://corona.lmao.ninja.all -> https://corona.lmao.ninja/v3/covid-19/all
Documentation for better out of the box use:
Example
The text was updated successfully, but these errors were encountered: