summaryrefslogtreecommitdiff
path: root/weather.sh
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-09-11 20:09:18 -0500
committerluxagraf <sng@luxagraf.net>2024-09-11 20:09:18 -0500
commit93fc6a27f01fbe325c95008b7f336627152ea3c7 (patch)
tree73171981a4a9b7b145687b10995fb98c051982d0 /weather.sh
parent558d3c8503879871c9b291839ef4b15fe85c5e88 (diff)
added new download tools
Diffstat (limited to 'weather.sh')
-rwxr-xr-xweather.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/weather.sh b/weather.sh
index f23deba..86fe6cd 100755
--- a/weather.sh
+++ b/weather.sh
@@ -10,7 +10,10 @@
API_KEY="addb94619729b6651f54d5c9984a45d4"
# Check on http://openweathermap.org/find :
-CITY_ID="5277856"
+# washburn
+CITY_ID="4497520"
+# pensacola
+#CITY_ID="4168228"
# Select applicable temperature symbol "˚C" or "˚F" :
SYMBOL_CELSIUS="˚F"