Skip to content

Commit f9b4f6e

Browse files
author
james-muriithi
committed
updated readme
1 parent 5741d46 commit f9b4f6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,19 @@ $ npm run dev
1313
```
1414

1515
## Endpoints
16+
> Combined Data
1617
* https://rona-api.herokuapp.com/ ➡️ all countries data
1718
* [https://rona-api.herokuapp.com/{country}](https://rona-api.herokuapp.com/kenya) ➡️ single country data
1819

20+
> Repoted Cases
21+
* https://rona-api.herokuapp.com/reported ➡️ all countries data
22+
* [https://rona-api.herokuapp.com/reported/{country}](https://rona-api.herokuapp.com/reported/kenya) ➡️ single country data
23+
24+
> Deaths
25+
* https://rona-api.herokuapp.com/deaths ➡️ all countries data
26+
* [https://rona-api.herokuapp.com/reported/deaths/{country}](https://rona-api.herokuapp.com/reported/deaths/kenya) ➡️ single country data
27+
28+
1929
## Data Sources
2030
[world meters](https://https://www.worldometers.info/coronavirus/)
2131
[CSSEGISandData](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data)

0 commit comments

Comments
 (0)