Archived
1
0
Fork
You've already forked vt
0
No description
This repository has been archived on 2026年03月11日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Elixir 89.4%
  • HTML 3.3%
  • JavaScript 3.2%
  • CSS 3%
  • Nix 1.1%
2026年03月11日 18:15:07 +11:00
assets Save current changes 2026年03月10日 16:27:22 +11:00
config Update esbuild and tailwindcss 2026年03月11日 18:04:36 +11:00
lib Save current changes 2026年03月10日 16:27:22 +11:00
priv GTFS Protobuf 2025年12月22日 14:42:57 +11:00
test Initial commit 2025年12月22日 13:59:53 +11:00
.envrc Add nix flake 2026年03月11日 17:21:50 +11:00
.formatter.exs Initial commit 2025年12月22日 13:59:53 +11:00
.gitignore Ignore .env files 2025年12月22日 14:46:14 +11:00
flake.lock Add nix flake 2026年03月11日 17:21:50 +11:00
flake.nix Add inotify-tools 2026年03月11日 17:50:04 +11:00
LICENSE.md Initial commit 2025年12月22日 13:59:53 +11:00
mix.exs Keep heroicons 2026年03月11日 18:10:22 +11:00
mix.lock Update lockfile (again) 2026年03月11日 18:10:55 +11:00
README.md Save current changes 2026年03月10日 16:27:22 +11:00
shell.nix Add nix flake 2026年03月11日 17:21:50 +11:00

Vt

Disclaimer & License

  • This project is not affiliated nor endorsed by Transport Victoria or VicRoads.
  • All Timetable data is licensed from Transport Victoria under a Creative Commons Attributions 4.0 International License (copy).
  • The code in this repository is licensed under the MPL-2.0 license (a copy can be found in LICENSE.md).

TODO

  • Implement GTFS Realtime client.
    • Polling should be done minutely or every 2 minutes.
    • Use GenStage to queue update requests to OpenData API.
  • Use the Timetable API to fetch the timetables of vehicles.
  • Use MapLibre GL for graphically showing the route and position of the vehicle.