Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.05 KB

Update Report

A tool and website that graphs Ontario COVID-19 data.

Viewing the Compiled Report

All the data gets compiled into report.json, which gets updated every day (unless something goes wrong).

Raw Reports

Downloaded reports are saved every day to the raw_reports directory.

Generate the Report

Requirements

  • ruby
  • java

Build Script

$ ./run.sh

This will download data from different sources to and compile it into report.json.

Testing the Website

  1. Install Jekyll and bundler gems: $ bundle install
  2. Run local server: $ bundle exec jekyll serve

This will create a local webserver for you to test.

License