Weather
Get current weather and forecasts for any location worldwide.
Usage
/weather current <location>
/weather forecast <location> [--days N]
Actions
| Action | Description |
|---|---|
current |
Get current weather conditions for a location |
forecast |
Get multi-day weather forecast (default 3 days) |
Data Returned
- Temperature (Celsius and Fahrenheit)
- Weather description and conditions
- Humidity percentage
- Wind speed and direction
- Visibility
- Precipitation chance
- UV index
Examples
- Current weather:
/weather current San Francisco - 5-day forecast:
/weather forecast Berlin --days 5 - Simple query:
/weather London
API
Uses wttr.in - a free weather service. No API key required.