Skip to content

svirins-zz/covid-qrapqhl-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 GraphQL API

covid-qrapqhl-server

Deploy with ZEIT Now

Data is pulled directly from https://github.com/pomber/covid19, which is a JSON representation of https://github.com/CSSEGISandData/COVID-19. All data is up to date.

time series data

results (countries: ["US", "Canada"], date: { lt: "3/10/2020" }) { country { name } date confirmed deaths recovered growthRate }

by country

country(name: "US") { name mostRecent { date(format: "yyyy-MM-dd") confirmed } } }




## License
MIT Licensed. PRs welcome! :)

Releases

No releases published

Packages

No packages published