PHP/JS code to display public covid data in France.
Published at: https://gregoriol.github.io/covid-dashboard-france/
Inspired by: https://dashboard.covid19.data.gouv.fr/vue-d-ensemble?location=FRA Can be easily updated (the official one is not updated on week-ends) and is more practical on mobile screens.
Processing code is in php 7.1+. It generates a static html file containing all the necessary data so it can be displayed on a device without a server.
Run php get.php
to retrieve CSV files from data.gouv.fr.
CSV data files will be stored in the cache folder; run rm cache/*.csv
to clear it before running get again to get new data.
Run yarn install
or npm install
to retrieve modules needed for the frontend (c3 graphs, tinycolor, ...).
Based on: