A pure Swift based weather app
==========
- Clone the project to your folder:
git clone https://github.com/liuyaodong/TheWeather.git YourFolderName
- Add
Alamorfire
as submodule: (In the project root directory)git submodule add https://github.com/Alamofire/Alamofire.git
- Build and run.
- 采用**天气网开放平台API来获得预报数据,必须要有申请的app id和private key才能访问API。
- 更多功能完善中...