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

5 lines
139 B
PHP

<?php
include("./php/LDBWS.php");
include("/srv/keys/athena/apiKeys.php");
$response = GetDepartureBoard(10,'BRI');
echo $response;