Skip to content

Instantly share code, notes, and snippets.

@m-rey
Created May 7, 2026 09:25
Show Gist options
  • Select an option

  • Save m-rey/995bc2f2a5744feed1b6af7da02a1308 to your computer and use it in GitHub Desktop.

Select an option

Save m-rey/995bc2f2a5744feed1b6af7da02a1308 to your computer and use it in GitHub Desktop.
live display of train speed. needs to be connected to the ICE train WiFi
watch -t -n 1 'curl -s "https://iceportal.de/api1/rs/status" | jq -r ".speed | tostring + \" km/h\""'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment