Releases: Metalab/oeffimonitor
Öffimonitor 0.1.2
Now you can filter not only whole lines, but also lines only at specific stops. This comes in handy, when you have different lines stopping multiple times somewhere close to you and you only want to display them at one specific stop, but there's other lines at other stops that also need to be included.
Öffimonitor 0.1.1
Minor change in warning function. Now actually loads warnings by default, using the stoerunglang
dataset from the API.
Öffimonitor 0.1.0
This release of Öffimonitor includes a complete rewrite of the server component using express and apicache for HTTP request handling and caching, instead of the previous self-built solution.
Some functions were migrated from the client to the server to enable even more light-weight clients than the Raspberry Pi + browser setup currently in use at Metalab. Therefore the server does no longer simply cache the WL-API, but instead reformats it so every object returned contains one departure of one vehicle (including walk distance data from OSRM).
Öffimonitor 0.0.1
Initial release