Weather prediction application
Dec 2, 2022 · 1 minute read · CodingNote: I have taken the application offline.
I created a minimalist weather predicition application — a short proof of concept and stake.
The main elements of the Haskell tech stack are:
- Scotty: A web framework.
- Lucid: A domain specific language for HTML.
- Mcmc: A Markov chain Monte Carlo sampler.
Other noteworthy components of this project:
- The development environment is managed by the Nix package manager.
- The application is deployed using a Nix Flake.
For details, have a look at the project source code.
I deploy the application to my home server which is turned on roughly from 8am to 10pm CET. I mean, who wants to predict the weather during the night?