This repository is just a pure reimplementation of twei55's code for consuming API from ChrisMichael in Grafana. Data in that API is not time-serialized but useful thou :(
Visualize Covid-19 data in Grafana using the JSON Datasource plugin.
This API is running at https://covid19-grafana-chrismichael.herokuapp.com/. Just add the API Endpoint to the URL field of your datasource to visualize the data in Grafana.
The API endpoint uses data provided by https://github.com/ChrisMichaelPerezSantiago/covid19.
pipenv install --dev
ENVIRONMENT=development FLASK_DEBUG=true FLASK_APP=src/app pipenv run flask run
PYTHONPATH=src ENVIRONMENT=test pipenv run mamba src/tests