KDesp73/wcli
wcli is a command-line tool that displays weather information in a concise and visually appealing format.
9d1e7e324a0e8e331078acca6d5c038a76181512
wcli is a command-line tool that displays weather information in a concise and visually appealing format.
Get your API key from weatherapi.com.
git clone https://github.com/KDesp73/wcli && cd wcli
sudo zig build install-local
To use wcli
, you must set the WEATHER_API_KEY
environment variable. You can do this in a few ways:
# Temporary (shell session only)
export WEATHER_API_KEY="your-api-key"
# Permanent (add to ~/.bashrc or ~/.zshrc)
export WEATHER_API_KEY="your-api-key"
# Alternatively, use an alias
alias wcli='WEATHER_API_KEY="your-api-key" wcli'
Run the tool from your terminal:
wcli [options]
To see all available options and usage instructions:
wcli --help
This project is licensed under the MIT License.