Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.