This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/ldbws.php

7 lines
236 B
PHP
Raw Normal View History

2022-11-26 20:13:44 +00:00
<?php
require("./php/OpenLDBWS.php");
require("/srv/keys/athena/apiKeys.php");
$OpenLDBWS = new OpenLDBWS($ldbKey);
$response = $OpenLDBWS->GetDepartureBoard(10,"PAD");
header("Content-Type: text/plain");
print_r($response);