A simple Bash script to fetch and display weather information for your current location using your IP address.
- Automatically detects your current location using an IP geolocation API
- Fetches current weather for your location
- Lightweight and fast
- No dependencies except
curlandjq
- Make the script executable:
chmod +x weather.sh
- Run the script:
The script will automatically detect your location and display the current weather.
./weather.sh
- Bash
- curl
- jq
This project is licensed under the GPL V3 License. See the LICENSE file for details.