Forecast
forecastGet the upcoming 15-day daily weather FORECAST for a location — per-day temp/min/max, humidity, precipitation chance, wind, and conditions. Example: forecast({ location: "Berlin" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | Unit group: "metric" (default), "us", or "uk". | |
| _apiKey | No | Optional — your own Visual Crossing API key for higher limits; omit to use the shared Pipeworx key. | |
| location | Yes | City name (e.g. "Berlin") or "lat,lon". |