Skip to content

abhi3315/covid-19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API:

https://abhi3315-covid-api.herokuapp.com/

Getting started:

//Clone the directory
npm i
npm run start

Getting JSON data

request method: GET

response data: JSON

Get global data (ordered by: countries name)

BASE_URL/global?order_by=country_name

Get global data (ordered by: total cases)

BASE_URL/global?order_by=total_cases

Get the Indian state data

BASE_URL/india

Get the Indian district data

BASE_URL/india/district

Get the cases time series of India

BASE_URL/india/cases_time_series

About

Get the latest Covid-19 information by integrating this API.

Topics

Resources

Stars

Watchers

Forks