https://github.com/muffix/mvg-info
Small tool to fetch disruptions to Munich's public transport services
https://github.com/muffix/mvg-info
munich mvg public-transport
Last synced: about 1 year ago
JSON representation
Small tool to fetch disruptions to Munich's public transport services
- Host: GitHub
- URL: https://github.com/muffix/mvg-info
- Owner: muffix
- License: mit
- Created: 2020-06-24T21:22:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T07:59:59.000Z (over 5 years ago)
- Last Synced: 2025-02-01T05:17:33.529Z (over 1 year ago)
- Topics: munich, mvg, public-transport
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVG info
MVG info is a simple tool to fetch interruption notifications for Munich's public transport system.
It currently outputs the data in a [BitBar]-compatible way.

## Installation
1. Install [BitBar]. If you're using [homebrew], you can use `brew cask install bitbar`.
1. Install the plugin by doing one of the following options:
1. Copy the following link into your browser's address bar and confirm: `bitbar://openPlugin?src=https://github.com/muffix/mvg-info/releases/latest/download/mvginfo.10m`
1. Download the plugin from the [Releases] page into your BitBar plugin directory
1. Clone the repository, run `make build` to compile, and then copy it into your BitBar plugin directory
The plugin updates every 10 minutes by default. This can be changed (e.g. to every 5 minutes) by renaming the binary
in the BitBar plugin directory from `mvginfo.10m` to `mvginfo.5m`.
## Developing
It's a standard project with Gomodules. There are lots of more or less helpful targets in the `Makefile`.
[BitBar]: https://getbitbar.com
[Releases]: https://github.com/muffix/mvg-info/releases/latest
[homebrew]: https://brew.sh