Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunn/covid-19-scripts
Scripts for processing COVID-19 data - e.g. converting from absolute to per capita numbers, adding fine-grained data from more countries
https://github.com/gunn/covid-19-scripts
covid-19 data geography typescript
Last synced: about 1 month ago
JSON representation
Scripts for processing COVID-19 data - e.g. converting from absolute to per capita numbers, adding fine-grained data from more countries
- Host: GitHub
- URL: https://github.com/gunn/covid-19-scripts
- Owner: gunn
- License: mit
- Created: 2020-03-30T03:14:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:53:06.000Z (about 2 years ago)
- Last Synced: 2023-04-18T04:19:41.679Z (over 1 year ago)
- Topics: covid-19, data, geography, typescript
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 scripts
## Status
A work in progress. Fetches data for all US counties and adds per 100,000 rates.## Goals
* Get the most fine-grained data possible per region. Currently we have a county-level data for the US, but only a single figure for most other countries
* For each region we get figures for, get up-to-date population data so we can generate per capita figures
* Correct for very variable levels of testing between regions## requirements
`node` and `yarn`## Steps
`yarn install``yarn start`