Skip to content

🦠 A simple and fast API for tracking the coronavirus (COVID-19) outbreak in Greece

Notifications You must be signed in to change notification settings

dmanolidis/covid19-greece-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coronavirus Tracker API for Greece

This repository provides an API with up-to-date data about the Coronavirus (COVID-19) outbreak in Greece.

This project is performed by volunteers of COVID-19 Response Greece.

Data sources

This API combines data from multiple sources. All data are fetched from here.

Requirements

  • Python 3
  • Flask

How to run

python app.py

How to test

Example: Get the number of confirmed cases

Request:

curl -v localhost:5000/confirmed

Response:

{
  "cases": [
    {
      "date": "2020-01-22",
      "confirmed": 0
    },
    {
      "date": "2020-01-23",
      "confirmed": 0
    },
    ...
  ]
}   

About

🦠 A simple and fast API for tracking the coronavirus (COVID-19) outbreak in Greece

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%