lyco / weather-module
A weather module for ramverk1.
v5.0.1
2020-01-02 11:36 UTC
Requires
- php: ^7
- anax/anax-ramverk1-me: ^1.0.0
- opencage/geocode: ^2.1
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-03-29 00:59:11 UTC
README
Weather module for ANAX framework
Install with composer
composer require lyco/weather-module
Require in json
Add following to your composer.json under require:
"lyco/weather-module": "^2.0.0"
API-Keys
Change "xxxxx" in "config/api.php" to your personalized api keys.
Move into folders
Move following files from module to your framework
rsync -av vendor/lyco/weather-module/view ./
rsync -av vendor/lyco/weather-module/config ./