home readme diff tree note docs

0commit af4a97049a8e8301e74e938486b8332dbf216d0b
1Author: lakefox <mason@lakefox.net>
2Date:   Sat May 23 13:35:30 2026 -0600
3
4    Added curl
5
6diff --git a/metar.sh b/metar.sh
7index 496a494..bedcb9c 100644
8--- a/metar.sh
9+++ b/metar.sh
10@@ -3,4 +3,4 @@
11 echo "Content-Type: text/json\r\n"
12 echo ""
13 
14-curl --cacert /etc/ssl/cert.pem "http://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"
15+curl -s -f -S --cacert /etc/ssl/cert.pem "http://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"