Covid 19 api for Graphing
# install dependencies
$ npm install
#run locally and serve with hot reload at localhost:5000
$ npm run dev
Combined Data
- https://rona-api.herokuapp.com/ ➡️ all countries data
- https://rona-api.herokuapp.com/{country} ➡️ single country data
Repoted Cases
- https://rona-api.herokuapp.com/reported ➡️ all countries data
- https://rona-api.herokuapp.com/reported/{country} ➡️ single country data
Deaths
- https://rona-api.herokuapp.com/deaths ➡️ all countries data
- https://rona-api.herokuapp.com/deaths/{country} ➡️ single country data