Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigg01/meinbus
Stationsplan :oncoming_bus:
https://github.com/bigg01/meinbus
opendata python3 transport
Last synced: about 2 months ago
JSON representation
Stationsplan :oncoming_bus:
- Host: GitHub
- URL: https://github.com/bigg01/meinbus
- Owner: bigg01
- License: mit
- Created: 2024-12-01T19:16:53.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:22:57.000Z (2 months ago)
- Last Synced: 2024-12-01T20:25:03.608Z (2 months ago)
- Topics: opendata, python3, transport
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meinbus
Stationsfahrplan für unsere Famillie :oncoming_bus: :tram:
# screeenshot
![example](images/example1.png)
# build
make docker-build
```bash
cd deployment
kubectl create -f .kubectl get all
NAME READY STATUS RESTARTS AGE
pod/meinbus-deployment-5d4ccbfb67-l5c8d 1/1 Running 0 14m
pod/meinbus-deployment-5d4ccbfb67-qx2rx 1/1 Running 0 14mNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/meinbus ClusterIP 10.43.181.230 5000/TCP 14mNAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/meinbus-deployment 2/2 2 2 14mNAME DESIRED CURRENT READY AGE
replicaset.apps/meinbus-deployment-5d4ccbfb67 2 2 2 14m
```