reverbtank avatar

Check weather from the command line

reverbtank

Published: 22 Jul 2018 › Updated: 22 Jul 2018Check weather from the command line

Check weather from the command line

I've been posting tutorials mainly focused on music production. This one is from a new YouTube channel I'm starting focusing on computers and tech. This tutorial will show you how to check the weather from the command line via Linux and OS X terminals.

Would you like to see a how to on a specific topic? Let me know in the comments here or on YouTube.

https://wttr.in/
https://github.com/chubin/wttr.in

To retrieve the weather:

curl wttr.in

To add as an alias:

  1. sudo vim .bashrc
  2. alias wtr='curl wttr.in'
  3. source .bashrc

Leave Check weather from the command line to:

Written by

Read more #tutorial posts


Best Posts From reverbtank

We have not curated any of reverbtank's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From reverbtank