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 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.
Clone repo using
git clone https://github.com/roeintheglasses/C0V1D-19-API.git
within the repo directory
npm install
npm start
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/
- Hrishi Jangir - Other Works - Github