Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 525 Bytes

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));