Tomorrow.io · Arazzo Workflow
Tomorrow.io Saved Location Realtime and Forecast
Version 1.0.0
Create a reusable saved location, then pull realtime conditions and a multi-day forecast for it.
View Spec
View on GitHub
WeatherForecastClimateRiskAir QualityPollenLightningSevere WeatherMapsRoutingSatelliteMicrosatellitesRadarGeospatialAlertsArazzoWorkflows
Provider
Workflows
saved-location-realtime-forecast
Persist a location and chain realtime plus forecast retrieval against it.
Creates a saved location from a GeoJSON point, then uses the persisted locationId to fetch realtime conditions and a forecast in a single linear flow.
1
createLocation
createLocation
Create a reusable saved location resource from the supplied name and GeoJSON Point coordinates.
2
getRealtime
getRealtimeWeather
Fetch the current weather conditions for the freshly created location using its locationId.
3
getForecast
getWeatherForecast
Retrieve an hourly and daily forecast for the same saved location to pair current conditions with the road ahead.
Source API Descriptions
openapi