Open Shivathanu opened 4 years ago
this works, but the command you've provided doesn't seem to. If corona states
were to be run it works perfectly and yields a csv.
I solved that problem using directory checking process
var fs=require('fs');
if (!fs.existsSync('./output')){
fs.mkdirSync('./output');
}
Description:
Added CSV export option along with the chart display for additional visualization option.
Instructions:
The csv file generation is configured with the states feature. The output is a csv file with the data stored in output folder.
Run command:
corona --s states
Fixes #98