-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Accuweather
URLs
Actions
get-location-key
Prompt
Search for a location and retrieve its unique location key required for weather API calls.
URLs
get-current-conditions
Prompt
Retrieve current weather conditions for a specific location using its location key.
URLs
get-daily-forecast
Prompt
Get daily weather forecast (1-5 days) for a specific location with temperature, precipitation, and conditions.
URLs
- https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/daily/1day/%7BlocationKey%7D
- https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/daily/5day/%7BlocationKey%7D
get-hourly-forecast
Prompt
Retrieve hourly weather forecast (1-12 hours) for a specific location with detailed weather data.
URLs
- https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/hourly/1hour/%7BlocationKey%7D
- https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/hourly/12hour/%7BlocationKey%7D
get-weather-alerts
Prompt
Fetch active weather alerts, warnings, and advisories for a specific location.
URLs
get-historical-weather
Prompt
Retrieve historical weather data for a specific location and date range.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done