COVID-19 😷 API

Playing with GraphQL and COVID-19 API! Checkout the related COVID-19 Tracker for India.


Project maintained by vinitshahdeo Hosted on GitHub Pages — Theme by mattgraham


COVID-19 🦠 API:mask:

GitHub license GitHub top language GitHub top language

A GraphQL Express Server powered by @covid19india/api to provide COVID-19 related stats for India :india:

COVID-19 Tracker ღ Dashboard

COVID-19 Tracker | India - Get real-time state wise stats of COVID-19 in India | Product Hunt Embed

Setup

npm install && npm start

Steps Explained

Queries

GET overall COVID-19 stats

{ 
  total {
    active
    confirmed
    deaths
    recovered
  }
}

GET statewise COVID-19 stats

{
  statewise {
    state
    active
    confirmed
    deaths
    recovered
  }
}

GET datewise COVID-19 stats

{
  datewise {
    date
    dailyconfirmed
    dailydeceased
    dailyrecovered
  }
}

Dependencies Used

License

FOSSA Status

< /> with ♡ by

Vinit Shahdeo

Open Source Love

Leave a :star:

Check out @vinitshahdeo/COVID19 repository. Consider leaving a star! :heart: :hugs:



if (_.isAwesome(thisRepo)) {
  thisRepo.star(); // thanks in advance :p
}


GitHub followers Twitter Follow