API service for CoVID-19 daily update
npm install
The service is already deployed on heroku
- Try it out
http://covid-rest.herokuapp.com/
- GET ALL DATA
http://covid-rest.herokuapp.com/
- GET BY COUNTRY NAME
http://covid-rest.herokuapp.com/:country_name
- GET SUMMARY
http://covid-rest.herokuapp.com/summary
- GET ALL DATA_FOR_YESTERDAY
http://covid-rest.herokuapp.com/yesterday
- GET BY COUNTRY NAME_FOR_YESTERDAY
http://covid-rest.herokuapp.com/yesterday/:country_name
- GET SUMMARY_FOR_YESTERDAY
http://covid-rest.herokuapp.com/yesterday/summary