@@ -4,18 +4,18 @@ |
||
| 4 | 4 | * |
| 5 | 5 | */ |
| 6 | 6 | |
| 7 | - return [ |
|
| 8 | - // API KEY for https://ipstack.com/documentation |
|
| 9 | - 'ipstack' => [ |
|
| 10 | - "apiKey" => "novalid26f994350ae2943e96aa8a", |
|
| 11 | - "apiUrl" => "http://api.ipstack.com/", |
|
| 12 | - "apiExample" => "http://api.ipstack.com/134.201.250.155?access_key=novalid26f994350ae2943e96aa8a" |
|
| 13 | - ], |
|
| 14 | - // API KEY for https://darksky.net/dev |
|
| 15 | - 'darksky' => [ |
|
| 16 | - "apiKey" => "novalid26f994350ae2943e96aa8a", |
|
| 17 | - "apiUrl" => "https://api.darksky.net/forecast/", |
|
| 18 | - "apiExtension" => "?lang=sv&units=si&exclude=minutely,hourly,alerts,flags", |
|
| 19 | - "apiExample" => "https://api.darksky.net/forecast/novalid26f994350ae2943e96aa8a/37.8267,-122.4233" |
|
| 20 | - ] |
|
| 21 | - ]; |
|
| 7 | + return [ |
|
| 8 | + // API KEY for https://ipstack.com/documentation |
|
| 9 | + 'ipstack' => [ |
|
| 10 | + "apiKey" => "novalid26f994350ae2943e96aa8a", |
|
| 11 | + "apiUrl" => "http://api.ipstack.com/", |
|
| 12 | + "apiExample" => "http://api.ipstack.com/134.201.250.155?access_key=novalid26f994350ae2943e96aa8a" |
|
| 13 | + ], |
|
| 14 | + // API KEY for https://darksky.net/dev |
|
| 15 | + 'darksky' => [ |
|
| 16 | + "apiKey" => "novalid26f994350ae2943e96aa8a", |
|
| 17 | + "apiUrl" => "https://api.darksky.net/forecast/", |
|
| 18 | + "apiExtension" => "?lang=sv&units=si&exclude=minutely,hourly,alerts,flags", |
|
| 19 | + "apiExample" => "https://api.darksky.net/forecast/novalid26f994350ae2943e96aa8a/37.8267,-122.4233" |
|
| 20 | + ] |
|
| 21 | + ]; |
|