Covid19api Save

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

Project README


COVID-19 🦠 API:mask:

GitHub license GitHub top language GitHub top language

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

  • Open terminal and run npm install

  • Run npm start

  • Open browser and go to http://localhost:8080/graphql

  • Type the queries and enjoy! :smile:

  • Run npm run server for local development

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

Open Source Agenda is not affiliated with "Covid19api" Project. README Source: vinitshahdeo/covid19api

Open Source Agenda Badge

Open Source Agenda Rating