osln / weather
A module for displaying weather
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- anax/anax-ramverk1-me: ^1.0.0
- anax/commons: ^2.0
Requires (Dev)
- anax/anax-lite: ^1.0
- anax/page: v2.0.0-beta.1
- phpunit/phpunit: ^7
README
Weather module for the anax framework
composer require osln/weather
The module can be installed by running a postprocces script
bash /vendor/osln/weather/.anax/scaffold/postprocces.d/350_weather.bash
Manual installation
Stand in the root directory of the anax framework.
1: Copy the configuration files
rsync -av vendor/osln/weather/config/di ./config/di
rsync -av vendor/osln/weather/config/router ./config/router
2: Copy the view files
rsync -av vendor/osln/weather/view/ view/osln/weather
3: Install leaflet
cd $PWD/vendor/osln/weather/ | npm install
4: Copy leaflet css files and images
rsync -av vendor/osln/weather/node_modules/leaflet/dist/leaflet.css htdocs/css/
rsync -av vendor/osln/weather/node_modules/leaflet/dist/images/ htdocs/css/images/