Visualize Covid-19 data in Grafana using the JSON Datasource plugin.
This API is running at https://covid19-grafana.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/CSSEGISandData/COVID-19 and transformed to JSON by https://github.com/pomber/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