Skip to content

AntoineViau/covid-evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 evolution data visualization

example, 08/05/2020

Generate an animated data visualization of Covid-19 evolution.
Y-axis: infections
X-axis: deaths
Animation: time

Data source: politologue.com (french government official data source)

Install

npm i

You also need to install FFMPEG (currenty used: 3.4.6).

sudo apt-get install ffmpeg

The target infrastructure is Amazon Web Services Lambda functions.
The idea is to call the Lamba function each day: it will produce the Gif and tweet it.
To do so, we need to have a specific version of FFMEG, bundled by

Build

npx tsc

Generate Gif

./node_modules/.bin/static
./generate.sh

See dist directory content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published