Skip to content

Module for the course ramverk1 at Blekinge Tekniska Högskola

License

Notifications You must be signed in to change notification settings

Toddez/ramverk1-module

Repository files navigation

ramverk1-module

Build Status Build Status

Build Status Scrutinizer Code Quality Code Coverage

This module is part of the course ramverk1 at Blekinge Tekniska Högskola and is being used for educational purposes.

Installation

Install module
composer require toddez/ramverk1-module

Copy configuration
rsync -av vendor/toddez/ramverk1-module/config/ config/

Copy/add views
rsync -av vendor/toddez/ramverk1-module/view/ view/
or
Add ANAX_INSTALL_PATH . "/vendor/toddez/ramverk1-module/view" to config/view.php's paths

Configuration

The module uses two APIs: ipstack and OpenWeather. Both require keys to be configured in config/api.php

Example:

<?php

return [
    "ipstackKey" => "secret key",
    "openweatherKey" => "secret key"
];

About

Module for the course ramverk1 at Blekinge Tekniska Högskola

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published