covid19_api
covid19_api copied to clipboard
API service for CoVID-19 daily update
CoVID-19 Live API
API service for CoVID-19 daily update
Installation
npm install
Usage
The service is already deployed on heroku
- Try it out
http://covid-rest.herokuapp.com/
Endpoints
Today
- 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
Yesterday
- 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