A basic COVID-19 dashboard for Edmonton https://edmonton.deadbeef.codes
Go to file
Steven Polley ecfa12d3ed
continuous-integration/drone/push Build is passing Details
time zone
2020-04-25 01:50:38 -06: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 Remove link to releases download 2020-04-25 01:33:43 -06:00
covid19-edmonton.exe make it webscale 2020-04-25 01:09:15 -06: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

Currently deployed at https://edmonton.deadbeef.codes

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 .