Closed olistik closed 8 years ago
_env
file with the following content:WUNDERGROUND_API_TOKEN="XXX"
php plugindesio/now.php
You should expect this output:
Condizioni: Parzialmente nuvoloso :partly_sunny:
Temperatura: 23.5° C
Umidità: 67%
I forgot to add that to build a local copy of the dependencies you have to run php composer.phar update
curl -s http://getcomposer.org/installer | php
package.json
with the required dependency:php composer.phar require vlucas/phpdotenv
require __DIR__ . '/vendor/autoload.php';
Based on: