mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-31 17:51:47 +02:00
parent 3913f6f59f
commit c801d28446
5 changed files with 176 additions and 150 deletions

View File

@@ -45,6 +45,6 @@ class Test extends Command
'temperature' => 1
]);
cache()->put('mempool-weather', $result['choices'][0]['text'], now()->addMinutes(60));
echo $result['choices'][0]['text'];
}
}