PHPackages                             sihd17/weather - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sihd17/weather

ActiveLibrary

sihd17/weather
==============

A me page for the ramverk1 course.

1.4.0(6y ago)034MITPHPPHP &gt;=7.2CI failing

Since Jan 12Pushed 6y ago2 watchersCompare

[ Source](https://github.com/corgisout/ramverk1-module)[ Packagist](https://packagist.org/packages/sihd17/weather)[ RSS](/packages/sihd17-weather/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/f1e439f676d60a4005b76088ec62a9d045924ba5a5b120c4291d94fbebbfb055/68747470733a2f2f7472617669732d63692e636f6d2f636f726769736f75742f72616d7665726b312d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/corgisout/ramverk1-module)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ad4a3ed3529b66d73960afe3294df43872c63d2b9060af3a3d89c718a8fa8284/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f726769736f75742f72616d7665726b312d6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/corgisout/ramverk1-module/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/288628347ef8393cfdbce3e592863781a4cfe119b2a725148e746a72dc47db2a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f726769736f75742f72616d7665726b312d6d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/corgisout/ramverk1-module/?branch=master)[![Build Status](https://camo.githubusercontent.com/aa4fb75f4fc64af602d906f779bc3fad09a43658bf1912cc374dd934b2ebacde/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636f726769736f75742f72616d7665726b312d6d6f64756c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/corgisout/ramverk1-module/build-status/master)

Anax weather-module
===================

[](#anax-weather-module)

Install and setup Anax
----------------------

[](#install-and-setup-anax)

You need a Anax installation to use this module. You can create an Anax installation using the anax-cli that an be found at ().

create an Anax installation **anax-site-develop** into the directory **test/** with bash.

```
anax create test ramverk1-me-v2
cd test

```

you can now test it by pointing your webserver to `test/htdocs` this should bring you to an anax frontpage

Install the weather module via composer
---------------------------------------

[](#install-the-weather-module-via-composer)

1. Install using composer.

```
composer require sihd17/weather
```

2. rsync files.

```
rsync -av vendor/sihd17/weather/config/ ./config/
rsync -av vendor/sihd17/weather/src/ ./src/
rsync -av vendor/sihd17/weather/view/ ./view/
rsync -av vendor/sihd17/weather/test/ ./test/
```

3. add you're api keys to config/apiKey.php instead of xxx

```
