Add METAR interface and use local library for decoding
This commit is contained in:
@@ -24,6 +24,12 @@ return [
|
||||
*/
|
||||
'currency' => 'USD',
|
||||
|
||||
/**
|
||||
* Point to the class to use to retrieve the METAR string. If this
|
||||
* goes inactive at some date, it can be replaced
|
||||
*/
|
||||
'metar' => App\Services\Metar\AviationWeather::class,
|
||||
|
||||
/**
|
||||
* Your vaCentral API key
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user