Covid 19 API REST with the official daily report from Instituto Nacional de Salud of Colombia.
You can get the official dataset here: INS - Official Report
The number of new cases are increasing day by day around the world. This API REST has information about reported cases from 32 Colombia departments.
You can get the datasets from colombia_covid_19_pipe Colombia Covid 19 Pipeline.
See requirements.txt file.
See ./src directory.
Directory | Readme |
---|---|
./doc | README.md |
./src | README.md |
Please read and execute each step below:
Create and use Python virtual environment:
$promt> python3 -m venv .venv
$promt> source .venv/bin/activate
Install all Python requirements:
$promt> pip3 install -r requirements.txt
Run API REST project:
$promt> ./run.sh
Work in progress ...
That's all for now ...
Getting in touch with @sebaxtianbach