|
4 months ago | |
---|---|---|
client | 4 months ago | |
docker | 11 months ago | |
src | 4 months ago | |
.gitignore | 7 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
default.nix | 11 months ago | |
docker-compose.yml | 11 months ago | |
ds100.js | 7 months ago | |
ds100.json | 7 months ago | |
ds100reverse.json | 7 months ago | |
nim.cfg | 6 months ago | |
oeffisearch.nimble | 11 months ago | |
package.json | 7 months ago | |
release.nix | 11 months ago | |
shell.nix | 6 months ago | |
yarn.lock | 7 months ago |
Öffisearch is a progressive web app for querying public transport information for the DB (and in the future BVG and nah.sh) networks. A hosted version of Öffisearch is available at oeffisear.ch.
This repository consists of multiple modules, which are more or less independent. The HAFAS backend src/backend/hafas
can be used to query the HAFAS mgate.exe endpoint directly. The cache and webserver modules allow serving an HTTP API. A unique id is generated for each request, so that the data can be requested again at a later time.
nimble run oeffisearch
Or nix-shell
, to set up the Öffisearch development server using the Nix package manager.
Thanks a lot to Jannis Redmann for his work on hafas-client. While Öffisearch does not use any code from hafas-client, it borrows a lot of the concepts and knowledge about the HAFAS APIs.