aiur18/vaderanax

Anax ip and json weather module.

dev-master 2019-12-09 22:28 UTC

This package is auto-updated.

Last update: 2024-04-10 07:28:27 UTC


README

Build Status CircleCI Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Install as Anax module

This is how you install the module into an existing Anax installation.

Install using composer.

composer require aiur18/vaderanax "dev-master"

Copy the needed files, configuration and setup the weathermod

rsync -av vendor/aiur18/ipvader/.anax/ .anax/
rsync -av vendor/aiur18/ipvader/config/ config/
rsync -av vendor/aiur18/ipvader/src/ src/
rsync -av vendor/aiur18/ipvader/test/ test/
rsync -av vendor/aiur18/ipvader/view/ view/
rsync -av vendor/aiur18/ipvader/.phpcs.xml ./
rsync -av vendor/aiur18/ipvader/.phpdoc.xml ./
rsync -av vendor/aiur18/ipvader/.phpmd.xml ./
rsync -av vendor/aiur18/ipvader/.phpunit.xml ./
rsync -av vendor/aiur18/ipvader/LICENSE.txt ./
rsync -av vendor/aiur18/ipvader/README.md ./
rsync -av vendor/aiur18/ipvader/REVISION.md ./

Dependency

This is a Anax modulen and primarly intended to be used together with the Anax framework.

License

This software carries a MIT license. See LICENSE.txt for details.

 .  
..:  Copyright (c) 2017 - 2019 knasenn (knasenn@dbwebb.se)