spacelenore / ramverk1-redovisa
Anax personal redovisa page.
1.0.3
2019-01-15 12:33 UTC
Requires
- php: >=7.2
- anax/commons: ^2.0.0@beta
Requires (Dev)
- anax/anax-lite: ^1.0.24
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-03-16 04:06:36 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