jodn14/weather

An anax weather module

v1.1.1 2018-12-06 21:54 UTC

This package is auto-updated.

Last update: 2024-04-29 03:54:11 UTC


README

Code and build Status

Build Status CircleCI

Scrutinizer Code Quality Build Status Code Intelligence Status

Table of content

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-ramverk1-me into the directory weather.

anax create weather ramverk1-me-v2
cd weather

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

Install as Anax module

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

Install using composer.

composer require jodn14/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/jodn14/weather/.anax/scaffold/postprocess.d/1300_weather.bash

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

Dependency

This is an Anax module and it's primarily intended to be used together with the Anax framework.

License

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

 .  
..:  Copyright (c) 2018 Jonathan Lindh (lindh.jonathan@gmail.com)