File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,19 @@ $ npm run dev
13
13
```
14
14
15
15
## Endpoints
16
+ > Combined Data
16
17
* https://rona-api.herokuapp.com/ ➡️ all countries data
17
18
* [ https://rona-api.herokuapp.com/{country} ] ( https://rona-api.herokuapp.com/kenya ) ➡️ single country data
18
19
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
+
19
29
## Data Sources
20
30
[ world meters] ( https://https://www.worldometers.info/coronavirus/ )
21
31
[ CSSEGISandData] ( https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data )
You can’t perform that action at this time.
0 commit comments