In-reply-to » @carsten 46 km/h, sounds a lot 😧

@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}"
}

⤋ Read More