BTW how do you get that visualization? , looks nice
BTW how do you get that visualization? , looks nice
curl wttr.in
\\ / Partly cloudy
_ /"".-. 13 °C
\\_( ). → 9 km/h
/(___(__) 13 km
0.0 mm
\ / Partly cloudy
_ /"".-. 13 °C
\_( ). → 9 km/h
/(___(__) 13 km
0.0 mm
DEFAULT_WEATHER_LOCATION='JUSTAMOMENT CITY'
# Usage: weather [CUSTOM LOCATION]
function weather() {
curl "wttr.in/${1:-$DEFAULT_WEATHER_LOCATION}"
}