sledilnik / website

Webpage source for https://covid-19.sledilnik.org
https://covid-19.sledilnik.org
GNU Affero General Public License v3.0
61 stars 42 forks source link

Schools chart based on MIZS data #577

Open breki opened 4 years ago

breki commented 4 years ago

Data URL: https://github.com/sledilnik/data/blob/master/json/mizs-stats.json

stefanb commented 4 years ago

The data is updated every hour and is available from https://raw.githubusercontent.com/sledilnik/data/master/json/mizs-stats.json from any web site via cross-origin requests (it has Access-Control-Allow-Origin: * HTTP header)

breki commented 4 years ago

@stefanb any particular reason the names of JSON properties are in Slovene? I'm asking because the current system in Fable directly projects these into F# property names.

stefanb commented 4 years ago

The names are set by MIZS, we merely mirror their "API" from http://api.mizs.si/ with CORS headers and reformated JSON to make it easier to spot changes.