No description
Find a file
networkException 26119523f0
fix names of betriebsstellen not having ü encoded properly
this was not ported from the previous gleam implementation.
2024-07-26 19:05:44 +02:00
app fix names of betriebsstellen not having ü encoded properly 2024-07-26 19:05:44 +02:00
data rewrite it in Haskell 2023-11-14 21:38:36 +01:00
.gitignore rewrite it in Haskell 2023-11-14 21:38:36 +01:00
bahnhof-name.cabal update for ghc 9.6.5 (nixpkgs 24.05) 2024-06-04 20:04:18 +02:00
CHANGELOG.md rewrite it in Haskell 2023-11-14 21:38:36 +01:00
LICENSE rewrite it in Haskell 2023-11-14 21:38:36 +01:00
Readme.md rewrite it in Haskell 2023-11-14 21:38:36 +01:00

bahnhof.name

This repository contains the sources for bahnhof.name, a simple web server which gives helpful information about railway stations in Germany, from both static files & by querying osm for information which are harder/impossible to get via Open Data from DB AG directly.

A note on packaging

Building and packaging this is generally simple as long as you use cabal; however, the fuzzyfind package seems a little out of date. Yet it compiles fine even with newer dependencies, so you may want to disregard its version bounds if that makes things easier for you. An example package done with Nix can be found on my nixfiles.