An open API service indexing awesome lists of open source software.

https://github.com/intothevoid/appascovidwatch

Appa's Covid Watch is an app to monitor Covid case numbers in Australia
https://github.com/intothevoid/appascovidwatch

Last synced: about 2 months ago
JSON representation

Appa's Covid Watch is an app to monitor Covid case numbers in Australia

Awesome Lists containing this project

README

          

# Appas Covid Watch
Appa's Covid Watch is an app to monitor live Covid numbers in Australia and around the World. It pulls data from various sources and presents it in a simple tabular format.

### Who is Appa?
Appa is a likeable character from the Netflix TV Show "Kim's Convenience Store"

### Live Demo
A live demo of the webapp is available at https://appascovidwatch.karan.myds.me

### Installation
To build the image -
```bash
sudo ./scripts/build.sh
```

To deploy container -
```bash
sudo ./scripts/container.sh
```

### Data Sources
[John Hopkins University CSSE](https://github.com/CSSEGISandData/COVID-19)

[Covid-19 Live Data](https://covidlive.com.au/states-and-territories)

### Screenshot
![Screenshot](https://github.com/intothevoid/appascovidwatch/blob/main/static/sshot.jpeg "Appas Covid Watch")

### Powered By
- HTML
- Javascript
- [Tania Rascia's Primitive CSS](http://taniarascia.github.io/primitive/)
- [Plotly](https://plotly.com/)