I am using Google weather API and PHP for fetch conditions:
http://www.google.com/ig/api?weather=New%20York
Is there any way for change:
<icon data="/ig/images/weather/partly_cloudy.gif"/>
to custom image?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As
<icon data="/ig/images/weather/partly_cloudy.gif"/>is returned by the API (which is not an official API btw.) you could use an if statement in PHP to “replace” the image.