Covid19Stats-API

An API wrapper around Rapid API for Corona Updates

Deployment On Heroku

Click here to open the deployed link

Node-Covid19

Setup

Create a .env file and add your API_KEY

npm install
npm start

EndPoints

Deployed Link https://node-covid19.herokuapp.com

  • Get stats of all countries in the world

/

  • Get total world ratio

/total_ratio

  • Get A country's updated stats

/:country

  • Get A country's history stats

/:country/history