https://github.com/freyacodes/railmap
Träwelling map over combined rail routes
https://github.com/freyacodes/railmap
Last synced: 13 days ago
JSON representation
Träwelling map over combined rail routes
- Host: GitHub
- URL: https://github.com/freyacodes/railmap
- Owner: freyacodes
- Created: 2025-02-19T15:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-15T20:13:46.000Z (4 months ago)
- Last Synced: 2026-04-05T12:29:00.755Z (3 months ago)
- Language: Rust
- Homepage: https://railmap.arbjerg.dev
- Size: 2.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# railmap.arbjerg.dev
This repository builds a bare-bones website to show the places I've traveled by rail, according to Träwelling.
* This is currently hardcoded to my username (`freya`) at the top of `src/status.rs`.
* This crate panics if `TRAEWELLING_BEARER_TOKEN` is not set.
* The resulting site is written to the `./out` directory. Currently it is a single HTML file.
* Buses, planes, and taxis are filtered out, as are private statuses.
* Build with `cargo run`