Add another weather condition
This commit is contained in:
parent
a900acf90d
commit
fa3bd91f31
2 changed files with 85 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
|||
# Map weather conditions to emojis
|
||||
case "$condition" in
|
||||
"Clear"|"Sunny") emoji="☀️";;
|
||||
"Cloudy"|"Partly cloudy") emoji="☁️";;
|
||||
"Cloudy"|"Partly cloudy"|"Overcast") emoji="☁️";;
|
||||
"Rain") emoji="🌧️";;
|
||||
"Drizzle") emoji="🌦️";;
|
||||
"Thunderstorm") emoji="⛈️";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue