Weather data google-maps-api v3

1.2k Views Asked by At

I have a google maps api where after displaying the map I am going to insert a few markers. On click of these markers, I am bringing data regarding that marker.

Now the problem is I want the wind speed also for that marker .I got response from one of the architects in stackoverflow that google weather api is no longer maintained by google and deprecated.

Is there any to achieve this without using any paid external plugins?

1

There are 1 best solutions below

0
On

Have a look at the API from: http://openweathermap.org/ that should help you out.