GitXplorerGitXplorer
n

Doppler

public
21 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
9d39a2bf9fa728e7d2361f767b191c384c22c6f5

Update README.md

nneonichu committed 8 years ago
Unverified
e586792d074edfb4644f90f7ad8a95f97ea53aee

Initial commit

nneonichu committed 9 years ago

README

The README file for this repository.

Doppler

No Maintenance Intended

A library for communicating with OpenRadar.

Usage

Doppler.radar(10192655) { (radar, error) in
  if let radar = radar {
    print(radar.title) // Value of UIKeyboardFrameEndUserInfoKey is a CGPoint on iOS 5
  }
}

Unit Tests

The tests require xctester, install it via Homebrew:

$ brew tap neonichu/formulae
$ brew install xctester

and run the tests:

$ make test