hellemarck/weather

A weather module for ramverk1 course.

v1.2.1 2020-12-04 15:44 UTC

This package is auto-updated.

Last update: 2024-05-04 22:49:57 UTC


README

Build Status CircleCI Scrutinizer Code Quality Code Coverage Build Status

Weather module for Anax framework

This module is developed for usage in the PHP framework Anax.

Installation

composer require hellemarck/weather

make install

make install test

Copy configuration and module files

rsync -av vendor/hellemarck/weather/config/ config/

rsync -av vendor/hellemarck/weather/src/ src/

rsync -av vendor/hellemarck/weather/test/ test/

rsync -av vendor/hellemarck/weather/view/ view/

Add your personal API keys

Modify the file config/api_keys.php to hold your personal API keys.

Structure

The weather server will be available at /weather

and the ip server will be available at /ip

Run tests

make test

Remember to fix the file api_keys.php first