bobdenotter / weatherwidget
🌤 A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
Installs: 132 027
Dependents: 3
Suggesters: 0
Security: 0
Stars: 12
Watchers: 1
Forks: 4
Open Issues: 0
Type:bolt-extension
Requires
- php: >=7.1.3
Requires (Dev)
- bolt/core: ^4.0.0
- symplify/easy-coding-standard: ^6.0
README
Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
Installation:
composer require bobdenotter/weatherwidget
Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
COMPOSER_MEMORY_LIMIT=-1 composer update
And then run ECS:
vendor/bin/ecs check src