Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.1 KB

Test client-server iOS application

Application Stack:

☑ Layout using UIKit + SnapKit

☑ API requests made on Alamofire networking layer

Singleton, Factory, Builder patterns used

MVP architecture based on delegates and protocols

☑ All libraries imported with Package

You need to add an API key to work with the application!

Create an API key and put it in an Xcode environment variable. Specifically:

  1. Get the key from https://yandex.ru/dev/weather/

  2. Activate "Test" tariff in api weather

  3. Go to Xcode -> Edit Scheme... -> ...

... -> Run -> Arguments -> Environment Variables -> +

And create an environment variable named weather_key_API. Insert the API key into the value.

Liked the project?

Tap to star ⭐️ and spread the word!