sebalis / bahnmap

A better version of the new map onboard ICE trains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bahnmap

Deutsche Bahn, the biggest German railway company, is currently rolling out a new onboard app across its high-speed ICE fleet.

It comes with a map that lets you track your train's position in real-time, and while that's neat, it wasn't good enough for me, so I hacked together an improved version. It's a bit smoother, shows the current speed and displays more than just the most recent data point.

A short clip of the improved map

Installing

git clone git@github.com:pbock/bahnmap.git
cd bahnmap
npm install
make

Running

npm run serve

This will start a server on http://localhost:9000 that proxies requests to the onboard server.

Licence

MIT

About

A better version of the new map onboard ICE trains

License:MIT License


Languages

Language:CSS 57.8%Language:JavaScript 34.0%Language:HTML 4.2%Language:Makefile 4.0%