vinitshahdeo / covid19api

Playing with GraphQL and COVID-19 API! Checkout the related COVID-19 Tracker for India.
https://vinitshahdeo.github.io/covid19api/
MIT License
33 stars 27 forks source link
coronavirus-info coronavirus-tracking covid-19 covid-19-india covid-19-tracker covidapi hacktoberfest


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

Related Work

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