Tutorialwork / TrainWatch-server

JSON Api wrapper for the Deutsche Bahn timetables XML Api

Home Page:https://apps.apple.com/de/app/trainwatch-zugversp%C3%A4tungen/id1603992513

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrainWatch-server

This is the server used for the TrainWatch Apple Watch App.

Deploy

On M1 Macs

One command

  • docker buildx build --platform linux/amd64 --tag ghcr.io/tutorialwork/trainwatch/trainwatch-server:<tag> . --push

Save to local images

  • docker buildx build --platform linux/amd64 --tag ghcr.io/tutorialwork/trainwatch/trainwatch-server:<tag> . --load
  • docker push ghcr.io/tutorialwork/trainwatch/trainwatch-server:<tag>

About

JSON Api wrapper for the Deutsche Bahn timetables XML Api

https://apps.apple.com/de/app/trainwatch-zugversp%C3%A4tungen/id1603992513


Languages

Language:TypeScript 98.0%Language:Dockerfile 2.0%