1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Another weather icon

This commit is contained in:
Chris Cummer 2018-03-30 23:29:47 -07:00 committed by Chris Cummer
parent b937d64d75
commit 59197e8d52

View File

@ -89,6 +89,8 @@ func icon(data *owm.CurrentWeatherData) string {
icon = "☀️"
case "cloudy":
icon = "⛅️"
case "few clouds":
icon = "🌤"
case "fog":
icon = "🌫"
case "heavy rain":