A basic COVID-19 dashboard for Edmonton https://edmonton.deadbeef.codes
Go to file
Steven Polley 74c08b191a
continuous-integration/drone/push Build is passing Details
Update 'README.md'
2020-04-28 18:17:54 +00:00
public make it webscale 2020-04-25 01:09:15 -06:00
templates Add source code link button 2020-04-25 01:33:55 -06:00
.drone.yml Add trusted certificates from build environment 2020-04-25 01:16:48 -06:00
.gitignore Add git ignore 2020-04-25 01:33:28 -06:00
Dockerfile Add trusted certificates from build environment 2020-04-25 01:16:48 -06:00
README.md Update 'README.md' 2020-04-28 18:17:54 +00:00
docker-compose.yml make it webscale 2020-04-25 01:09:15 -06:00
example.png update example 2020-04-25 01:41:36 -06:00
main.go time zone 2020-04-25 01:50:38 -06:00

README.md

covid19-edmonton

Build Status

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. Here's an example, it runs and nearly instantaneous spits out the current numbers.

alt text

Web Mode

Simply invoke it with the -web flag and it will listen on port 8080

./covid19-edmonton -web

Installation for Windows

Download from releases page and run it. We're not fancy. I can't even afford a code signing certificate.

Building from Source

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