mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-06 09:16:26 +08:00
simbrief api added to external apis
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<div class="min-h-screen bg-[#050910] text-white">
|
||||
<div class="flex h-screen overflow-hidden">
|
||||
<main class="flex flex-1 flex-col">
|
||||
@@ -577,6 +578,7 @@
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</div>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
@@ -3,5 +3,6 @@ GET https://api.vatsim.net/v2/members/1857215/flightplans
|
||||
GET https://metar.vatsim.net/metar.php?id=EDDF
|
||||
GET https://data.vatsim.net/v3/vatsim-data.json
|
||||
GET https://api.openaip.net/api/airports?icao=EDDF
|
||||
GET https://www.simbrief.com/api/xml.fetcher.php?userid=11860000&json=1
|
||||
GET https://api.core.openaip.net/api/airports?search=eddf
|
||||
mit x-openaip-api-key
|
||||
|
||||
Reference in New Issue
Block a user