https://github.com/forrestknight/weatherapp
Weather Forecast App (OpenWeather API & CLLocationManager)
https://github.com/forrestknight/weatherapp
Last synced: 8 months ago
JSON representation
Weather Forecast App (OpenWeather API & CLLocationManager)
- Host: GitHub
- URL: https://github.com/forrestknight/weatherapp
- Owner: ForrestKnight
- Created: 2017-03-03T02:20:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T06:25:33.000Z (over 8 years ago)
- Last Synced: 2025-03-26T03:51:15.177Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 113 KB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherApp
An iOS application that forecasts the weather for your current location via OpenWeather API.
# What I Learned
* Use CocoaPods & AlamoFire alongside OpenWeather API
* Update UI with API data
* Find user locaiton with CLLocationManager
* Parse JSON data