WeatherWindow – Test task Mobile (Swift)

  • Akhmetov Timur

Displays Live Weather Data with OpenWeather API:

  • the main screen displays: detailed information about the weather in the city (determined using geolocation) from the moment the application is opened the next day (24 hours), view the weather for the upcoming week (7 days),
  • the additional screen displays: detailed information about the weather in any city that you can find using the search.

The project uses:

  • JSON & Codable,
  • Openweathermap,
  • CoreLocation,
  • Code layout (without storyBoard).

Before starting the program:

Сheck access to geolocation.

Снимок экрана 2022-05-23 в 20 57 47Снимок экрана 2022-05-23 в 20 59 18

Снимок экрана 2022-05-23 в 21 06 46Снимок экрана 2022-05-23 в 20 58 07

Note: Sorry for the “Hindu” code and structure

GitHub

View Github