klasse-w/ip-weather-service

Anax ip and weather service module.

2.0.1 2018-12-05 11:02 UTC

This package is auto-updated.

Last update: 2024-05-06 10:04:55 UTC


README

Build Status Scrutinizer Code Quality Code Coverage Build Status

Before doing this an Anax framework must already have been installed as must composer.

In the command line type:


composer require klasse-w/ip-weather-service

Having the root of your Anax installation as working directory, type:


rsync -av vendor/klasse-w/ip-weather-service/config ./
rsync -av vendor/klasse-w/ip-weather-service/src ./
rsync -av vendor/klasse-w/ip-weather-service/test ./

rsync -av vendor/klasse-w/ip-weather-service/view/geotagip view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/ipweb view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/weather view/anax/v2/

please add "KW\": "src/"

to autoload in composer.json

Following services shall now be available on:

htdocs/ipweb/

htdocs/geotag/

htdocs/weather/

Finally please add following code into at the end of your css-file using propriate methods:


.lilltabell,
.lilltabell td,
.lilltabell tr
  {
    border: solid 1px;
}

.sune {
    height: 100px;
    width: 100px;
}

#mapdiv {
    height: 500px;
    width: 500px;
}

.osynlig {
    display: none;
}