A basic COVID-19 dashboard for Edmonton https://edmonton.deadbeef.codes
Go to file
Steven Polley 65a7ac04f2
continuous-integration/drone/push Build is passing Details
Add trusted certificates from build environment
2020-04-25 01:16:48 -06:00
public make it webscale 2020-04-25 01:09:15 -06:00
templates make it webscale 2020-04-25 01:09:15 -06:00
.drone.yml Add trusted certificates from build environment 2020-04-25 01:16:48 -06:00
Dockerfile Add trusted certificates from build environment 2020-04-25 01:16:48 -06:00
README.md make it webscale 2020-04-25 01:09:15 -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 add example image 2020-04-24 20:47:44 -06:00
main.go make it webscale 2020-04-25 01:09:15 -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

  1. 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 .