☑ 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
Create an API key and put it in an Xcode environment variable. Specifically:
-
Get the key from https://yandex.ru/dev/weather/
-
Activate "Test" tariff in api weather
-
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.
Tap to star ⭐️ and spread the word!