Skip to content

covid-19-tracker/india-state-wise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

India Statewise COVID-19 Status/Data

Collecting all Indian 🇮🇳 states COVID-19 data 💽 , extracting from Official Ministry of Health & Family Welfare

  • Updated hourly ⌚
  • 100% Reliable 👍

Usage

cURL

curl https://cdn.jsdelivr.net/gh/covid-19-tracker/india-state-wise@latest/data.json

fetch

fetch(
  "https://cdn.jsdelivr.net/gh/covid-19-tracker/india-state-wise@latest/data.json"
)
  .then(res => res.json())
  .then(data => console.log(data));