Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolinox/railtrack
A Tracker for Railvehicles built with Tauri v2 and Vue.js
https://github.com/evolinox/railtrack
fintraffic live-tracking openrailwaymap openstreetmap tauri-app vuejs
Last synced: 13 days ago
JSON representation
A Tracker for Railvehicles built with Tauri v2 and Vue.js
- Host: GitHub
- URL: https://github.com/evolinox/railtrack
- Owner: Evolinox
- Created: 2025-01-06T15:02:43.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T11:22:25.000Z (14 days ago)
- Last Synced: 2025-01-17T12:32:27.217Z (14 days ago)
- Topics: fintraffic, live-tracking, openrailwaymap, openstreetmap, tauri-app, vuejs
- Language: Vue
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Railtrack
=====![Thumbnail](thumbnail.png)
Tracking Trains made easy: Railtrack is a simple App, which implements [OpenRailwayMap](https://www.openrailwaymap.org) and certain APIs to fetch live locations of Railvehicles.
Made with [Vue.js](https://vuejs.org/) and [Tauri](https://v2.tauri.app/)## Features
- **Train Status**: Enter a valid Trainnumber (like 273 for PYO 273 (VR)) and see the composition (wip), current location and service facilities along the route of the train.
- **Live Map**: See all the trains, that are currently running (see [supported countries](#supported-countries)) on a Map## Supported Countries
- **Finland**: [Digitraffic.fi](https://www.digitraffic.fi/rautatieliikenne/)> [!IMPORTANT]
> Please do not refresh all to often, as this might result in temporary blocks from certain APIs due to too much requests!## Setup
Setup is easy, just follow these Steps:
- Clone this Repository
- Open the directory in a Code Editor of your Choice (VS Code, WebStorm, ...)
- run `pnpm install`
- when finished, run `pnpm tauri dev` and the app will start## Contributing
Contributions are welcome! If you want to add features, improve the code, or fix bugs, feel free to fork the repository and submit a pull request.