For further actions, you may consider blocking this person and/or reporting abuse
Read next
🔥 I Built a stunning chat app with React 🚀
Kishan Sheth -
Getting Started with the TMDB API: A Beginner's Guide
Jamshed alam -
Understanding Node.js: Event-Driven Architecture and Non-Blocking I/O Model
Rahul Sharma -
How to add Retrieval-Augmented Generation (RAG) to your app using generated SDKs
Marcos Placona -
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!