https://github.com/clrung/dcmetrowidget
Today extension for macOS' Notification Center that shows arrival times for the DC Metro
https://github.com/clrung/dcmetrowidget
macos notification-center today-extension wmata-api
Last synced: about 1 year ago
JSON representation
Today extension for macOS' Notification Center that shows arrival times for the DC Metro
- Host: GitHub
- URL: https://github.com/clrung/dcmetrowidget
- Owner: clrung
- License: mit
- Created: 2016-06-29T01:05:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T21:50:08.000Z (over 9 years ago)
- Last Synced: 2025-04-28T19:18:26.479Z (about 1 year ago)
- Topics: macos, notification-center, today-extension, wmata-api
- Language: Swift
- Homepage:
- Size: 93.4 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DC Metro Widget [](https://raw.githubusercontent.com/clrung/DCMetroWidget/master/LICENSE) []()
A Today extension for macOS' Notification Center that tracks DC Metro arrival times.

## Requirements
* macOS 10.10+
## Installation
This project uses [CocoaPods](https://cocoapods.org). You know what to do:
```bash
$ pod install
```
### WMATA API Key
The extension will not fetch information from WMATA's API without an API key. You can setup a free account and get a key [here](https://developer.wmata.com/). Replace [WMATA\_KEY\_GOES\_HERE] in [TodayViewController.swift](https://github.com/clrung/DCMetroWidget/blob/master/DCMetroWidget/TodayViewController.swift) with your key.
## Dependencies
* [WMATAFetcher](https://cocoapods.org/pods/WMATAFetcher)
* [Crashlytics](https://cocoapods.org/pods/Crashlytics)
