Simple weather app.
Application get’s user device location coordinates and requests weather information from http://api.openweathermap.org. Returned JSON being parsed in two ways: todays weather and 6 days forecast and being presented to user in single view UI.
JSON requests being handled with HTTP networking library Alamofire.
Written in Swift 3 and xCode Version 8.2.1 (8C1002)