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

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

Awesome Lists containing this project

README

          

# DC Metro Widget [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/clrung/DCMetroWidget/master/LICENSE) [![platforms](https://img.shields.io/badge/platform-macOS-lightgrey.svg)]()


Available on the Mac App Store

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)