Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 877 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 877 Bytes

COVID-19 GraphQL API

An API providing data relating to the COVID-19 outbreak, written using the GraphQL query language. The underlying data is based on the CSSEGISandData/COVID-19 repository maintained by the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE).

Current API endpoint: https://covid-19-api-w2brod24ua-ue.a.run.app/graphql

Note: This URL is likely to change in the future.

Running

  • Fork & clone the repo
  • yarn
  • yarn start:dev

Tools Used