This code is just some simple node script(s) for preparing data for our Covid-19 visualization dashboard.
Some basics:
- This repo can be fetched with git or downloaded directly.
- Running the script is achieved atm using
node ./index.js -f data/datatest01.csv
. I'll make this more sophisticated soon.