From 5e1e125f9cf0197ae88631e7abc582ab58d8c0df Mon Sep 17 00:00:00 2001 From: mia Date: Wed, 22 Apr 2026 11:10:41 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73479ce..72d569c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # hafas-terminal-app -Abschlussarbeit 2025 \ No newline at end of file +## Description +The goal is to access the Hafas API to retrieve Data about the public transport network. Most important is to achieve Station to Station Routeplanning and Station Arrival/Departure Information. + +## Dependencies +- Python + - prompt_toolkit (tui) + - kivy (mobile-ui) ((optional!!!)) + - requests + - json +- Hafas API Endpoint +- Git + +## Timetable +22.04.2026 - Short project presentation: 3min per Group, incl. UseCase, GitProject, Issues +29.04.2026 - Scrum-Round +06.05.2026 - Scrum-Round +12.05.2026 - Scrum-Round +20.05.2026 - Scrum-Round +27.05.2026 - Scrum-Round +03.06.2026 - Scrum-Round +10.06.2026 - Presentations \ No newline at end of file