https://github.com/parabuzzle/bitbar_metar
A simple bitbar plugin for viewing aviation METAR data at a glance
https://github.com/parabuzzle/bitbar_metar
aviation bitbar metar weather
Last synced: 5 months ago
JSON representation
A simple bitbar plugin for viewing aviation METAR data at a glance
- Host: GitHub
- URL: https://github.com/parabuzzle/bitbar_metar
- Owner: parabuzzle
- Created: 2017-03-12T13:08:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T19:51:58.000Z (about 9 years ago)
- Last Synced: 2024-01-30T03:41:03.580Z (over 2 years ago)
- Topics: aviation, bitbar, metar, weather
- Language: Ruby
- Homepage:
- Size: 2.57 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Metar Bitbar Plugin
---
Metar provides a simple Bitbar item to watch aviation weather for a specific airport. At a glance you can see what the conditions of your home airport.
Metar uses the same NOAA METAR data used for aviationweather.gov and checks for updates every 5 minutes.


# Requirements
* Ruby >= 2.3.1
* [ruby gem] inifile
* [ruby gem] metar-parser >= 1.3.2
# Setup
Inside the ~/.bitbarrc file is where you set the airport code you want to watch:
```
[metar]
airport=KDPA
```