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

6 lines
201 B
PHP

<?php
include("./php/LDBWS.php");
include("/srv/keys/athena/apiKeys.php");
$OpenLDBWS = new Ldb($ldbKey,$trace=true);
$response = $OpenLDBWS->GetArrivalDepartureBoard(10,BRI);
echo $response;