spacelenore/ramverk1-redovisa

Anax personal redovisa page.

1.0.3 2019-01-15 12:33 UTC

This package is auto-updated.

Last update: 2024-04-16 02:10:54 UTC


README

Weather part of my redovisa page as a separate module.

Installation

  • Add it to your composer.json
  • Execute composer update
  • Run postprocessing script (if not done by magic already) bash vendor/spacelenore/ramverk1-redovisa/.anax/scaffhold/postprocess.d/100_init_ramverk_redovisa.bash
  • Add the api-token to the config/ApiTokens.php. The file should look like this:
<?php

return [
    "darksky" => 'YourTokenGoesHere',
    ];

LICENSE

CC BY-NC-ND 4.0, See LICENSE.txt for license details