
Licence: MIT
Classification: Weather
Platform: IOS
Language: Swift
Language: Swift
Device:
iPhone / iPad
Download
Installation
- Clone the repository
$ git clone https://github.com/JakeLin/SwiftLanguageWeather.git
- Install pods
$ cd SwiftLanguageWeather
$ pod install
- Open the workspace in Xcode
$ open "SwiftWeather.xcworkspace"
- 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.
-
Compile and run the app in your simulator
-
If you don't see any data, please check "Simulator" -> "Debug" -> "Location" to change the location.
$ git clone https://github.com/JakeLin/SwiftLanguageWeather.git
$ cd SwiftLanguageWeather
$ pod install
$ open "SwiftWeather.xcworkspace"
$ mkdir .access_tokens
$ echo "your-openweathermap-appid" > .access_tokens/openweathermap
Compile and run the app in your simulator
If you don't see any data, please check "Simulator" -> "Debug" -> "Location" to change the location.
