/Bash-Weather-App

The purpose of this Bash script is to retrieve the current weather data and display it for the current location's weather using the OpenWeatherMap API. The script fetches the user's location based on their IP address via the ipinfo API, and then retrieves weather information like temperature and condition.

Primary LanguageShell

This repository is not active