11 lines
180 B
PHP
11 lines
180 B
PHP
<?php
|
|
/**
|
|
* For METAR and TAF features, register for an API key at
|
|
* https://www.checkwx.com
|
|
*/
|
|
|
|
return [
|
|
'url' => 'https://api.checkwx.com',
|
|
'api_key' => false,
|
|
];
|