Updated metar checking

This commit is contained in:
2025-04-20 13:14:40 -04:00
parent 20d5bf26de
commit 4a200b3f94
9 changed files with 301 additions and 212 deletions

View File

@@ -5,11 +5,11 @@ meta {
}
get {
url: {{API_URL}}/metars?icaos=KHEF,KJYO
url: {{API_URL}}/metars?icaos=KIAD
body: none
auth: none
}
params:query {
icaos: KHEF,KJYO
icaos: KIAD
}