I have a new website that will need to display a water display in a div
I’d like to display :
- place name
- weater in c or f
- icon
- text of what the icon mean
I need to get weather from CANADA (QUEBEC)
it must look like : havre-saint-pierre : aujourdhui : 18c, passages nuageux
Where and how can I get a up-to-date stream of weather data?
Forget yahoo, the most easy and fast way to do that is with google weather API, you didnt specify what programing skill you have, so i will asume you know php and html, here is your code:
Good luck!