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
Raw Normal View History

2022-11-26 20:13:44 +00:00
<?php
2022-11-28 15:22:18 +00:00
include("./php/LDBWS.php");
2022-11-26 20:25:56 +00:00
include("/srv/keys/athena/apiKeys.php");
2022-11-30 13:39:56 +00:00
$response = GetDepartureBoard(10,'BRI');
2022-11-28 15:22:18 +00:00
echo $response;