Add METAR interface and use local library for decoding
This commit is contained in:
13
app/Interfaces/Metar.php
Normal file
13
app/Interfaces/Metar.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
abstract class Metar
|
||||
{
|
||||
/**
|
||||
* Implement the METAR- Return the string
|
||||
* @param $icao
|
||||
* @return mixed
|
||||
*/
|
||||
abstract public function get($icao);
|
||||
}
|
||||
Reference in New Issue
Block a user