emau18/weather

Anax weather module.

v2.0.1 2019-12-04 19:38 UTC

This package is auto-updated.

Last update: 2024-04-05 05:34:24 UTC


README

Build Status License: MIT

CircleCI Maintainability

Scrutinizer Code Quality Code Coverage Build Status

Table of content

Install as Anax module

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

Install using composer.

composer require emau18/weather

Install using scaffold postprocessing file

The module supports a postprocessing installation script, to be used with Anax scaffolding. The script executes the default installation, as outlined above.

bash vendor/emau18/weather/.anax/scaffold/postprocess.d/700_weather.bash

The postprocessing script should be run after the composer require is done.

Configuration files for weather

rsync -av vendor/emau18/weather/config ./

Views, Controller and Models

rsync -av vendor/emau18/weather/src/IpController /src
rsync -av vendor/emau18/weather/src/Models /src
rsync -av vendor/emau18/weather/view/weather /view

Install and setup Anax

You need a Anax installation, before you can use this module. You can create a sample Anax installation, using the scaffolding utility anax-cli.

Scaffold a sample Anax installation anax-site-develop into the directory rem.

$ anax create site ramverk1-me-v2
$ cd site

Point your webserver to rem/htdocs and Anax should display a Home-page.

License

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

 .  
..:  Copyright (c) 2019 Emelie Åslund (emelie-aslund@hotmail.com)