A tool and website that graphs Ontario COVID-19 data.
All the data gets compiled into report.json
, which gets updated every day (unless something goes wrong).
Downloaded reports are saved every day to the raw_reports
directory.
- ruby
- java
$ ./run.sh
This will download data from different sources to and compile it into report.json
.
- Install Jekyll and bundler gems:
$ bundle install
- Run local server:
$ bundle exec jekyll serve
This will create a local webserver for you to test.
- Code released under the MIT License. See the LICENSE
- Data released under Open Government Licence – Ontario. See the reports LICENSE