Weather

 

TAG:  Weather , SwiftLanguageWeather , Swift

Licence:  MIT

Classification:  Weather

Platform:  IOS

Language:  Swift

Device:
iPhone / iPad

Download

Installation

  1. Clone the repository
$ git clone https://github.com/JakeLin/SwiftLanguageWeather.git
  1. Install pods
$ cd SwiftLanguageWeather
$ pod install
  1. Open the workspace in Xcode
$ open "SwiftWeather.xcworkspace"
  1. Sign up on openweathermap.org/appid to get an appid
$ mkdir .access_tokens
$ echo "your-openweathermap-appid" > .access_tokens/openweathermap
Please replace "your-openweathermap-appid" with your actual appid key.
  1. Compile and run the app in your simulator
  2. If you don't see any data, please check "Simulator" -> "Debug" -> "Location" to change the location.

0 Comments: