TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Nov 2015 |
Maintained by dalu93.
Depends on: | |
JSONModel | >= 0 |
AFNetworking | >= 0 |
A set of DTOs and protocols to receive datas from OpenWeather
Insert the dependency on your Podfile
pod 'OpenWeatherAPI'
And run a pod install
After that, import the header file you need
#import "OpenWeatherConnect.h"
and start calling OpenWeatherAPI2.5
Retrieve the current weather information for a NSString *cityName
and the complete forecast, always passing a cityName
.