@@ -10,7 +10,7 @@ This project is developed in the [PMF methodology](http://programming-motherfuck
Therefore, there are **no** external dependencies to pull, you **do not** need a local webserver, and you **do not** need `node` to use `npm` to get `yarn` to get `bower` to install `webpack`, because this techie happens to know how to left-pad without [`leftpad`](https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/).
**Just clone this repository locally and navigate in your browser to the `index.html` file (for example, `file:///home/user/Projects/covid/index.html`). It should just work. That's it.**
**Just clone this repository locally and navigate your browser to the `index.html` file (for example, `file:///home/user/Projects/covid/index.html`). It should just work. That's it.**
## Deployment
...
...
@@ -18,7 +18,7 @@ Copy the files to the location they're going to be served from. That's it. It's
## Privacy
There are no trackers, and no third-party content. This is completely self-contained.
There are no trackers, and [no third-party content](https://barnacles.online/). This is completely self-contained.
And it is self-contained because there is absolutely zero need for it not to be.
...
...
@@ -33,6 +33,9 @@ Remember this when somebody tells you again that they need Google Fonts ([nope](
>
> WHO mission to China issued a statement saying that there was evidence of human-to-human transmission in Wuhan but more investigation was needed to understand the full extent of transmission.
-***There are errors in the data / some data is missing!***
As mentioned above, I am using external source of data that I do not control. That being said there is a reasonably large chance that the error is in how I process/display the data. If you think that might be the case, let me know.
-***Some things do not work in Safari. Why?***
Because [Safari is broken](https://bugs.webkit.org/show_bug.cgi?id=119175), that's why.
...
...
@@ -41,6 +44,11 @@ Remember this when somebody tells you again that they need Google Fonts ([nope](
## Changelog
### 14.12.2020
- Added `incidence` chart for cases, recoveries, and deaths.
Fixes #3.
### 06.12.2020
- Changed the way rolling average is calculated: a rolling average over `n` days for the current day is now calculated from data from the day and `n-1` proceeding days, instead of centering the rolling average on the selected day.