@carsten@yarn.zn80.net 46 km/h, sounds a lot 😧
BTW how do you get that visualization? , looks nice
@carsten@yarn.zn80.net 46 km/h, sounds a lot 😧
BTW how do you get that visualization? , looks nice
@eaplmx@twtxt.net use:
curl wttr.in
Alternatively, use https://github.com/schachmat/wego/.
@bender@twtxt.net oh yes!
\ / Partly cloudy
_ /"".-. 13 °C
\_( ). → 9 km/h
/(___(__) 13 km
0.0 mm
@eaplmx@twtxt.net I use it too, I even have an alias:
DEFAULT_WEATHER_LOCATION='JUSTAMOMENT CITY'
# Usage: weather [CUSTOM LOCATION]
function weather() {
curl "wttr.in/${1:-$DEFAULT_WEATHER_LOCATION}"
}