Add basic risk by age dashboard.

This commit is contained in:
Joshua Bemenderfer
2021-12-31 17:27:35 -05:00
parent 000a28ebdc
commit be2a75a579
671 changed files with 227 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ import { getCounty } from '../../util.js'
async function processSingleZip ({ date, zip }) {
const output = {
directory: `./public/data/state/testing/by-county/`,
directory: `./public/data/overall/testing/by-county/`,
file: county => `${county}.json`
}