API changed. No longer Works!
Get current weather info from a free API using jQuery and AJAX.
- Register Api Key here: https://developer.worldweatheronline.com/auth/register
- Set variables
var my_city="xxxxxxxx";
var my_key="xxxxxxxxxxxx";
var no_of_days=X;
- Set temperature for alert
if (vTempC > 30)
See also
Weather Feed (https://fiddle.jshell.net/Markus_Steiger/63CW2/)
Links
-
Get current weather info from a free API using jQuery and AJAX
http://www.dynamicguru.com/jquery/get-weather-info-free-api-jquery-ajax/
-
Creating A Weather Forecast Web App With jQuery searchWeather Plugin