MVGFahrinfo icon indicating copy to clipboard operation
MVGFahrinfo copied to clipboard

Get up-to-date departure times for Munich public transport in your terminal.

Results 3 MVGFahrinfo issues
Sort by recently updated
recently updated
newest added

- [ ] default station on launch / user choice - [x] handle negative minutes - [x] handle non-ascii characters - [x] fullscreen flag - departures take whole screen -...

App freezes here: ![image](https://github.com/FaisalBinAhmed/MVGFahrinfo/assets/3979930/636bfebf-78c6-46e0-9f2c-69e14819b831) Seems like the API is down: https://www.mvg.de/api/fib/v2/departure?globalId=de:09162:7 ![image](https://github.com/FaisalBinAhmed/MVGFahrinfo/assets/3979930/930e0143-fd27-4a57-bef1-276199e908a4)

Hey, this project is great! However, I would be even more useful, if we could separate the presentation/app code and the API handling. A crates.io library would allow others to...