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
- Host: GitHub
- URL: https://github.com/intothevoid/appascovidwatch
- Owner: intothevoid
- License: mit
- Created: 2021-12-23T13:45:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T06:02:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T21:38:44.606Z (over 1 year ago)
- Language: JavaScript
- Size: 2.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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