An open API service indexing awesome lists of open source software.

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

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.

![](https://user-images.githubusercontent.com/12208771/95429251-66b06c00-094a-11eb-8864-01625dfad142.png)

## 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