spacelenore / ramverk1-redovisa
Anax personal redovisa page.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/spacelenore/ramverk1-redovisa
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-09-16 05:20:32 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