Hello friends, I want to integrate in my App a window where I show a list of the weather forecast of a city, and I want it to be more or less like this
I have researched and found that there is a service called Openweathermap, I have registered but I do not understand what to do after registering, the page tells me to follow these steps and I do not know where to find the ID that asks for the URL
API call:
link {APIKEY} Parameters:
APPID {APIKEY} is your unique API key Example of API call:
api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=1111111111
If someone has integrated it into their App I would like to know in which page I can find information on how to implement it, regards.