lunduniversity / schoolprog

Programming exercises for primary and secondary education, in Swedish.
https://lunduniversity.github.io/schoolprog/
15 stars 6 forks source link

Caching in SMHI-API #8

Closed exoji2e closed 6 years ago

exoji2e commented 6 years ago

The data we expose from SMHI totals almost 500MB. We don't want every student to fetch all this data. Especially not every time they run their script. Now we never do the same request to SMHI several times. Repl.it has support for writing files, not sure how large though.