A simple PHP weather script using the Weather Underground API. This version outputs the current weather for the configured U.S. zip code.
- PHP >=5.5
- Weather Underground API key
- Obtain a Weather Underground API key from Weather Underground
- Duplicate ./includes/config-sample.php to ./includes/config.php.
- Update config.php with your Weather Underground API key and the desired zip code you wish to get data for.