https://github.com/bolt/weatherwidget
Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
https://github.com/bolt/weatherwidget
Last synced: about 1 month ago
JSON representation
Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
- Host: GitHub
- URL: https://github.com/bolt/weatherwidget
- Owner: bolt
- License: mit
- Created: 2025-09-26T17:53:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T23:22:22.000Z (7 months ago)
- Last Synced: 2025-12-21T22:59:17.483Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt Weather Widget
Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
> This repository was forked from [bobdenotter/weatherwidget](https://github.com/bobdenotter/weatherwidget) and updated to be used with newer versions of [bolt/core](https://github.com/bolt/core).
Installation:
```bash
composer require bolt/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
```