I’m using the WeatherAPI to create a weather forecast screen. It works easily and beautifully.
To get that information, you have to use the “forecast” call.
But I want to add one single data point, which I think has to come from the “current conditions” call. I want to add current temperature.
Do I have to create a completely separate collection for this? And then display that data point in a separate list?
I’m new to APIs in general, and not sure how to go about this.
Thanks as always for any help!