I discovered a handy command-line tool for checking the weather report while watching Mischa’s video.
To check the weather, you should have curl installed and then run the following in your command-line
curl wttr.in
By default, this will show a weather report based on your location. You can also view other locations using:
curl wttr.in/Nairobi
Find out more in the project’s Github
H ave fun with!