Collecting all Indian 🇮🇳 states COVID-19 data 💽 , extracting from Official Ministry of Health & Family Welfare
- Updated hourly ⌚
- 100% Reliable 👍
curl https://cdn.jsdelivr.net/gh/covid-19-tracker/india-state-wise@latest/data.json
fetch(
"https://cdn.jsdelivr.net/gh/covid-19-tracker/india-state-wise@latest/data.json"
)
.then(res => res.json())
.then(data => console.log(data));