i wanted to display weather information of the current map location. i have got current map location by using following code
var x = map.extent.getCenter().getLatitude();
var y = map.extent.getCenter().getLongitude();
document.getElementById("txtx").value = x;
document.getElementById("txty").value = y;
but now i am stuck to how to get weather information.