WordPress plugin designed to demo the WordPress HTTP API. It added a widget to the WordPress admin dashboard that displays current weather information.
- WordPress (obviously)
- PHP7.x
- openweathermap.org account and API key
- Download and activate plugin
- Define your API key in
wp-config.php
-define('WEATHER_API_KEY', 'xxxxxxxxx');
- PSR Coding Standards
- Composer and PSR autoloader
- Object-oriented PHP
- Dependency injection
- IoC Dependency Injector
- React
- Webpack
- CSS Modules