lingul/ramverk1-weathermodule

Anax module for Weather forecasts.

1.0.6 2020-12-02 11:12 UTC

This package is auto-updated.

Last update: 2024-03-29 04:32:50 UTC


README

Build Status

Scrutinizer Code Quality

Code Coverage

Build Status

Code Intelligence Status

CircleCI

ramverk1-weathermodule

Weather module for redovisa webpage within the course ramverk1.

Installation

  • Install the module by adding the name to your composer or going to your anax installation folder and write(Latest version may change):
composer require lingul/ramverk1-weathermodule ^v1.2.1
  • Install using scaffold postprocessing script file
bash vendor/lingul/ramverk1-weathermodule/.anax/scaffold/postprocess.d/700_weather.bash
  • Enter the api key in config/api.php
<?php

    return ["enter apikey", "enter apikey"];