https://github.com/zonble/cwbopendataclient
CWBOpenDataClient
https://github.com/zonble/cwbopendataclient
Last synced: 5 months ago
JSON representation
CWBOpenDataClient
- Host: GitHub
- URL: https://github.com/zonble/cwbopendataclient
- Owner: zonble
- License: mit
- Created: 2014-02-18T14:44:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T17:14:12.000Z (about 11 years ago)
- Last Synced: 2023-04-13T23:06:05.548Z (about 2 years ago)
- Language: Objective-C
- Size: 270 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CWBOpenDataClient
[](http://cocoadocs.org/docsets/CWBOpenDataClient)
[](http://cocoadocs.org/docsets/CWBOpenDataClient)CWBOpenDataClient is an iOS library which helps to access forecasts
and various open data provided by
[Central Weather Bureau](http://www.cwb.gov.tw) (中央氣象局).The class provides several caterories, and each category contains
methods to help fetching data asynchronously. CWBOpenDataClient uses
Bolts framework to do these asynchronous tasks, so you will get a
BFTask object after calling any method, and you can then provide a
callack block by calling `continueWithBlock:`.To know more about Bolts framework and the idea about "Promises",
please visit [Bolts' webpage](https://github.com/BoltsFramework/Bolts-iOS).For furthur information about CWB's open data, please visit
.## Usage
To run the example project; clone the repo, and run `pod install` from
the Project directory first.## Requirements
CWBOpenDataClient depends on NSURLSession, thus, it required iOS 7 or
above.## Installation
CWBOpenDataClient is available through
[CocoaPods](http://cocoapods.org), to install it simply add the
following line to your Podfile:pod "CWBOpenDataClient"
## Author
Weizhong Yang, a.k.a zonble.
## License
CWBOpenDataClient is available under the MIT license. See the LICENSE
file for more info.