You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To access the OpenWeatherMap API you need an [API Key](http://openweathermap.org/appid).
15
18
16
-
### Android
17
-
To use your API Key, create a **gradle.properties** file in the root of the **app** module with a string value pair representing your API Key. This file is not tracked in Git as it is for personal use.
19
+
### Common Lib
20
+
The common library needs access to your api key to interact with the Open Weather Map API. Create a **gradle.properties** file in the root of the **common** module with a string value pair representing your API Key. This file is not tracked in Git as it is for personal use.
18
21
19
22
```groovy
20
23
OPENWEATHER_API_KEY = "YOUR-API-KEY"
21
24
```
22
25
23
-
### iOS
24
-
To use your API Key, modify the `apiKey` variable in `ViewController.swift`:
0 commit comments