Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 719 Bytes

Weather Widget

WordPress plugin designed to demo the WordPress HTTP API. It added a widget to the WordPress admin dashboard that displays current weather information.

Requirements

Setup

  • Download and activate plugin
  • Define your API key in wp-config.php - define('WEATHER_API_KEY', 'xxxxxxxxx');

Features