LIVE PREVIEW >
The Omnis Weather App is an example of how you can implement a Web Services Client interface in Omnis Studio to access a third-party web service as a client to consume a Restful web service.
This example uses the Restful service published by openweathermap.org to provide an overview of the current weather conditions as well as the forecast for the following 4 days.
Although the forecasts are frequently updated, the data for a city is cached for 1 hour after initial retrieval from OpenWeatherMap.
For more details on how this demo app was created, see this tech note>