Weather Widget One – Standalone is PHP version of the WordPress plugin Weather Widget One
Weather Widget One is a simple plugin for displaying weather conditions and forecast for places across the world.
Highlight Features
– Easy to display on the front-end.
– Supports multiple instances.
– Auto Detect user location through HTML5 Geolocation, IP Address or mixed mode
– Search location weather by US Zipcode, UK Postcode, Canada Postalcode, IP address, Latitude/Longitude (decimal degree) and city name
– 5 Days forecast
– jQuery, AJAX, cURL, JSON, Cache
– Responsive Wrapper (minimum recommended width ~200 pixels)
Obtaining API Key
If you don’t have API Key you can obtain one for free from https://developer.worldweatheronline.com/auth/register
Requirements
– PHP cURL enabled or file_get_contents.
– PHP server is not blocking access to external sources (The Weather API in this case).
– PHP server has read/write permission to store the cache files in the widget folder (mkdir and file_put_contents).