Dashboard Weather Widget
WordPress plugin that adds an admin dashboard weather widget
by Stephen Greer · github.com/sgreer81/dashboard-weather-widget · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sgreer81/dashboard-weather-widget/archive/refs/heads/master.zipFrom the readme
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
WordPress (obviously)
PHP7.x
openweathermap.org account and API key
Setup
Download and activate plugin
Define your API key in wp-config.php - define('WEATHERAPIKEY', 'xxxxxxxxx');
Features
PSR Coding Standards
Composer and PSR autoloader
Object-oriented PHP
Dependency injection
IoC Dependency Injector
React
Webpack
CSS Modules