Add deaths chart & new data.
This commit is contained in:
@@ -6,6 +6,7 @@ import Counties from './parser/counties.js'
|
||||
import OverallTesting from './parser/overall/testing.js'
|
||||
import OverallCases from './parser/overall/cases.js'
|
||||
import OverallHospitalizations from './parser/overall/hospitalizations.js'
|
||||
import OverallDeaths from './parser/overall/deaths.js'
|
||||
|
||||
async function main() {
|
||||
const sources = await fg(['./data/raw/*.zip'])
|
||||
@@ -21,6 +22,7 @@ async function main() {
|
||||
await OverallTesting(zips)
|
||||
await OverallCases(zips, counties)
|
||||
await OverallHospitalizations(zips, counties)
|
||||
await OverallDeaths(zips, counties)
|
||||
}
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user