Skip to main content

View the weather report in the terminal

·69 words·1 min·
Weather Cli Terminal
Joseph Ochego
Author
Joseph Ochego
Self-taught Web Developer | Linux Enthusiast
Table of Contents

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!

Links #

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

Related

How to reset an HTML form on submit using JavaScript
·53 words·1 min
Javascript Form Dom
My first post
·84 words·1 min
Hugo Blowfish Blog Write Thoughts Learn