How to use openweathermap

2

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.

    
asked by Carlos Hernández 08.01.2017 в 20:51
source

1 answer

4

You're doing well.

The ID must be generated with your same account. You can generate it here:

link

Once you have the ID, you only have to use the WebService, more documentation here:

link

    
answered by 08.01.2017 / 21:07
source