Download the PHP package liiinder/ramverk1-module without Composer
On this page you can find all versions of the php package liiinder/ramverk1-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liiinder/ramverk1-module
More information about liiinder/ramverk1-module
Files in liiinder/ramverk1-module
Package ramverk1-module
Short Description A weather module for the ramverk1 course.
License MIT
Informations about the package ramverk1-module
Weather Module for ANAX framework
Install with composer composer require liiinder/ramverk1-module
Manual installation
Then you need to move these specific folders from the module to the framework
rsync -av vendor/liiinder/ramverk1-module/view/ view/
rsync -av vendor/liiinder/ramverk1-module/config/ config/
rsync -av vendor/liiinder/ramverk1-module/content/ content/
They contain view files for the module
Last step, change the name of api_sample.php to api.php and replace [xxxxx] with your api-keys.
Scaffold installation
bash vendor/liiinder/ramverk1-module/.anax/scaffold/postprocess.d/300_weathermodule.bash
If its a fresh installation you need to add your api keys in config/api.php
.
Weather map
The Weather map is hardcoded to have a height of 500px but its easily changed in view/weather/main.php row 24
.
Just delete the style property and add the map id with the prefered style to the projects css.
All versions of ramverk1-module with dependencies
anax/commons Version ^2.0.0@alpha
anax/configure Version ^2.0.0@alpha
anax/controller Version ^2.0.0@beta
anax/di Version ^2.0.0@alpha
anax/page Version ^2.0.0@beta
anax/request Version ^2.0.0@beta
anax/response Version ^2.0.0@beta
anax/view Version ^2.0.0@beta
anax/url Version ^2.0.0@alpha
opencage/geocode Version ^2.1