home
readme
diff
tree
note
docs
0commit 6ae949e75b2ad07c8906d087ca1bc0c2b118dca5
1Author: lakefox <mason@lakefox.net>
2Date: Sat May 23 13:20:41 2026 -0600
3
4 METAR
5
6diff --git a/.index.html.swp b/.index.html.swp
7deleted file mode 100644
8index 23ab6e2..0000000
9Binary files a/.index.html.swp and /dev/null differ
10diff --git a/corsproxy.sh b/corsproxy.sh
11deleted file mode 100644
12index 5719501..0000000
13--- a/corsproxy.sh
14+++ /dev/null
15@@ -1,6 +0,0 @@
16-#!/bin/sh
17-
18-echo "Content-Type: text/plain\r\n"
19-echo ""
20-
21-wget -q -O - "$url"
22diff --git a/metar.sh b/metar.sh
23new file mode 100644
24index 0000000..13ef743
25--- /dev/null
26+++ b/metar.sh
27@@ -0,0 +1,6 @@
28+#!/bin/sh
29+
30+echo "Content-Type: text/json\r\n"
31+echo ""
32+
33+wget -q -O - "http://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"