initial commit

This commit is contained in:
Thies Mueller
2026-06-04 18:49:33 +02:00
commit 358624e241
2 changed files with 147 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$eventname = "Sport am Tankumsee 2026";
$rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennplan/3/');
$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/boot/');
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/current/');