Skip to content

API that gathers data provided by 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE.

Notifications You must be signed in to change notification settings

roeintheglasses/C0V1D-19-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C0V1D-19-API

Buy Me A Coffee

This API Provides coronavirus disease (COVID-19) time series listing confirmed cases, reported deaths and reported recoveries. Data is disaggregated by country (and sometimes subregion).

This dataset includes time series data tracking the number of people affected by COVID-19 worldwide, including:

confirmed tested cases of Coronavirus infection the number of people who have reportedly died while sick with Coronavirus

Data

Data is sourced from Johns Hopkins University Center for Systems Science and Engineering (CSSE). It is in CSV format and updated daily on the upstream repository maintained by the amazing team at Johns Hopkins University Center for Systems Science and Engineering (CSSE) who have been doing a great public service from an early point by collating data from around the world. I have cleaned and normalized that data, for example tidying dates and consolidating several files into normalized time series.

Getting Started

Clone repo using


git clone https://github.com/roeintheglasses/C0V1D-19-API.git

Install dependencies and run the server

within the repo directory


npm install
npm start

API Routes and Usage

API URL - roe-c0v1d-19-api.herokuapp.com/api

~url~ /api/cases

For Fatality Rate

~url~ /api/fatality-rate

Don't forget to change 'url' to whatever you're using, if localhost use http://localhost/api/

Author :

  • Hrishi Jangir - Other Works - Github

Contributors

About

API that gathers data provided by 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published