Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 505 Bytes

WUStorm

A simple PHP weather script using the Weather Underground API. This version outputs the current weather for the configured U.S. zip code.

Requirements

  1. PHP >=5.5
  2. Weather Underground API key

Installation

  1. Obtain a Weather Underground API key from Weather Underground
  2. Duplicate ./includes/config-sample.php to ./includes/config.php.
  3. Update config.php with your Weather Underground API key and the desired zip code you wish to get data for.