hellemarck/weather

A weather module for ramverk1 course.

Maintainers

Package info

github.com/hellemarck/ramverk1-weather_module

pkg:composer/hellemarck/weather

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-05 02:39:01 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