Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/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/bobdenotter/weatherwidget
Last synced: 10 days 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/bobdenotter/weatherwidget
- Owner: bobdenotter
- License: mit
- Created: 2019-08-03T09:27:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T11:15:22.000Z (over 3 years ago)
- Last Synced: 2024-10-14T06:09:48.103Z (24 days ago)
- Language: PHP
- Size: 209 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- 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.Installation:
```bash
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
```