Weather

Weather

Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.

Name For Model
Weather
Update Date
a year ago
Description For Model
Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1getWeatherNowGETGet the current weather information based on city, state, and country. You MUST ALWAYS convert the plugin response to the units that are most useful to your user, when in doubt assume USA/Enlish units.
2getWeatherForecastGETGet up to 16 day weather forecast (first day is always the current date) based on city, state, and country. THINK STEP BY STEP TO ADJUST THE NUMBER OF DAYS IN THE QUERY CNT TO COVER THE DAYS THE USER WANTS.