h4msk1/anax-weather

This package is abandoned and no longer maintained. No replacement package was suggested.

A Weather API module for the ramverk1 course on BTH.

1.0.3 2019-01-04 14:15 UTC

This package is auto-updated.

Last update: 2022-08-04 23:07:27 UTC


README

Maintainability Build Status Build Status CircleCI Scrutinizer Code Quality Code Coverage Code Intelligence 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 h4msk1/anax-weather

You also need to copy over the module files by following the Install using scaffold postprocessing file step which does this automatically for you.

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/h4msk1/anax-weather/.anax/scaffold/postprocess.d/1140_anax-weather.bash

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

Dependency

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

License

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