For further actions, you may consider blocking this person and/or reporting abuse
Read next
Node.js v23.0.0 Released: End of Support for 32-bit Windows
Probir Sarkar -
Using Oxlint for My Node.js Project
Uday Rana -
Building RESTful APIs with Node.js and Express: Step-by-Step Tutorial
Ashish prajapati -
Implementing Semaphore with Redis: Ensuring Controlled Access to Resources in Node.js
Gleidson Leite da Silva -
Top comments (9)
Find code at github.com/javieraviles/covidAPI, deployed to Heroku using github actions.
Frontend
coronavirus-19-api.herokuapp.com/
Backend
coronavirus-19-api.herokuapp.com/all
coronavirus-19-api.herokuapp.com/c...
I just wanted to know from where you are collecting the data? Is there any possibility to get statewise data for India?
not from worldometers at the moment (im collecting info from there). Still the cases im reporting come from sources region-specific
visualizer - covid19india.org/
its google docs db - docs.google.com/spreadsheets/d/e/2...
goverment of india reporting - mohfw.gov.in/index.html
Awesome, thank you! Any chance of adding historical endpoint like corona.lmao.ninja/v2/historical?
will try to get some time this afternoon and add it, maybe something to my UI too :)
are you really the one who created the api below?
coronavirus-19-api.herokuapp.com
where did the data came from?
thank you very much in advance!
data comes from worldometers, and yes, you can see the code at github and Heroku autodeployment in the actions pipeline!
Have you detected in some cases the API doesnΒ΄t work for a few minutes? Is this normal? Past 2 or 3 minutes, it works again
is the downtime when deploying a new release, but should not happen more than once or twice a week!