php - API that provide today weather and next 5 day weather forcast -


attempted using yahoo weather

like this:

http://query.yahooapis.com/v1/public/yql?q=select%20item%20from%20weather.forecast%20where%20location=%22lexx0003%22&format=json&u=c 

however, weather next 4 days only. there other free weather api recommend? not heavy user seems charged plan not required.

use openweathermap api. goes 5 days in advance. :) http://openweathermap.org/forecast5


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -