Yet another COVID19 dashboard. Grabs data from Robert-Koch-Institut and Johns-Hopkins-University and evaluates/visualizes these data. Part of the evaluation is the calculation of different moving averages and exponential regressions to retrieve the reproduction number R and the like. See corona-statistik.herokuapp.com for a demo.
npm install
npm run serve
npm run build
npm run lint