matt-oakes / coronavirus-uk-league-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coronavirus UK League Table

Simple script to parse the CSV data from the UK Coronavirus Dashboard and present the most recent 7-day rolling average positive cases per 100k population in a league table.

Run on Repl.it

Requirements

Setup

Install dependencies be running:

yarn install

Running

Download the latest data to the input.csv file by running:

yarn download-data

Generate the table from this data by running:

yarn start

About

License:Other


Languages

Language:TypeScript 100.0%