Here's a cool trick... Use curl to get your local weather!

curl wttr.in/<areacode/city/geo>

Make it even easier with a bash alias

alias weather="curl wttr.in/Austin"
Womp, markdown code block worked better in webUI than mobile, hopefully it still makes sense otherwise
@eric_capuano Thank you, this will be super handy!
@eric_capuano I save a few common cities I visit as an alias as well. Try ‘v2d.wttr.in/<city>’ for a more detailed view.
@eric_capuano
+1
alias weather="curl wttr.in/Paris"
@eric_capuano I didn't realize that I needed this!