A basic COVID-19 dashboard for Edmonton https://edmonton.deadbeef.codes
Go to file
Steven Polley 1c4e98c3bd update readme 2020-04-24 20:44:33 -06:00
README.md update readme 2020-04-24 20:44:33 -06:00
main.go initial commit 2020-04-24 20:36:05 -06:00

README.md

covid19-edmonton

I was bored and want to keep tabs on this in my area. Will download latest stats from alberta government website for COVID-19 and output the number of total and active cases in my area.

Installation

  1. Download from releases page and run it. We're not fancy

Building

  1. Install Go from https://golang.org
  2. Clone this repository
  3. Run the command: go build .