For further actions, you may consider blocking this person and/or reporting abuse
Read next
Installing And Running NPM Packages Using The Terminal
Chidubem Okoli -
Seamless Integration of Hugging Face AI Models via API for Any Application
Ajmal Hasan -
Building Type-Safe Event-Driven Applications in TypeScript using Pub/Sub, Cron Jobs, and PostgreSQL
Simon Johansson -
Introducing Laravel API Version: Simplify API Versioning
Nasrul Hazim Bin Mohamad -
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!