tvl-depot/covid-uk
William Carroll c627fa9cbd Prefer live timeseries.json
When I was first developing this, and I attempt to access
https://pomber.github.io/covid19/timeseries.json, the browser prevents me from
reading the data because it violates the same origin policy.

I'm learning more about CORS, and I'm going to try consuming this from...
https://wpcarro.dev -> https://pomber.github.io
...instead of...
http://localhost:8000 -> https://pomber.github.io
...because the http -> https protocol violates CORS.

I will not know unless I try, so... bombs away.
2020-03-19 10:25:25 +00:00
..
src Prefer live timeseries.json 2020-03-19 10:25:25 +00:00
default.nix Create line chart of UK confirmed corona virus cases 2020-03-18 22:08:09 +00:00
package.json Create line chart of UK confirmed corona virus cases 2020-03-18 22:08:09 +00:00
shell.nix Create line chart of UK confirmed corona virus cases 2020-03-18 22:08:09 +00:00
yarn.lock Create line chart of UK confirmed corona virus cases 2020-03-18 22:08:09 +00:00