All Projects → vinitshahdeo → covid19api

vinitshahdeo / covid19api

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to covid19api

aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+280.65%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19, covid-19-india
covid-19indiatracker
Track Covid-19 cases in India from MacOS menu bar
Stars: ✭ 24 (-22.58%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19, covid-19-india
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+293.55%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19, covid-19-india
Corona Cli
🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
Stars: ✭ 1,812 (+5745.16%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-38.71%)
Mutual labels:  coronavirus-tracking, covid-19, covid-19-india
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (+25.81%)
Mutual labels:  coronavirus-tracking, covid-19, covid-19-india
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (-35.48%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+38.71%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (-38.71%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+51.61%)
Mutual labels:  coronavirus-tracking, covid-19, covid-19-india
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+22.58%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+58.06%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+48.39%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-64.52%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-35.48%)
Mutual labels:  coronavirus-tracking, coronavirus-info, covid-19
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+61.29%)
Mutual labels:  coronavirus-tracking, covid-19
citf-public
Official data on Malaysia's National Covid-​19 Immunisation Programme (PICK). Powered by MySejahtera.
Stars: ✭ 495 (+1496.77%)
Mutual labels:  coronavirus-tracking, covid-19
covid-19-uy-vacc-data
Uruguay COVID-19 vaccination data
Stars: ✭ 27 (-12.9%)
Mutual labels:  covid-19, covid-19-tracker
corona-warn-companion-android
Android App Which Shows Details about CWA Exposures (Requires Root or CCTG or RaMBLE Apps)
Stars: ✭ 131 (+322.58%)
Mutual labels:  coronavirus-tracking, covid-19
covid19-br-info
Coronavirus frontend info about Brazil's states and cities
Stars: ✭ 12 (-61.29%)
Mutual labels:  coronavirus-info, covid-19


COVID-19 🦠 API😷

GitHub license GitHub top language GitHub top language

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

COVID-19 TrackerDashboard

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! 😄

  • 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

Related Work

License

FOSSA Status

< /> with ♡ by

Vinit Shahdeo

Open Source Love

Leave a

Check out @vinitshahdeo/COVID19 repository. Consider leaving a star! ❤️ 🤗


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

GitHub followers Twitter Follow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].