We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bd288 commit 650727dCopy full SHA for 650727d
README.md
@@ -4,6 +4,13 @@ This example app uses the DarkSky API to present a basic connected weather app w
4
5
## Configuration
6
7
+### Install Dependencies
8
+Use [Cocoapods](https://cocoapods.org/) to install the dependencies:
9
+
10
+1. Install Cocoapods if necessary.
11
+2. Navigate to the root directory in terminal.
12
+3. Run `pod install`.
13
14
### DarkSky
15
1. Sign up and get your own [DarkSky](https://www.darksky.net/dev) API key.
16
1. Set the API key into `Settings.h` to use.
0 commit comments