iiitl / bash-practice-repo-24

0 stars 35 forks source link

Added Weather script #2 #107

Closed Priyanshu-2005 closed 5 months ago

Priyanshu-2005 commented 5 months ago

Fixes #2 Added Weather Script

The script makes uses the curl command to retrieve data from the wttr.in service in a neat manner.

Ouput when we run the script Command Used bash weather image

Changes made: Added the location name i.e IIIT_Lucknow at the end of url like this wttr.in/IIIT_Lucknow so curl command fetches the data from this url and displays it in the terminal.

ecxtacy commented 5 months ago

Good work !