-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (37 loc) · 712 Bytes
/
config.json
File metadata and controls
42 lines (37 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"api_username": "yourAPIusername",
"api_password": "yourAPIpassword",
"data": "./data",
"html": "./html",
"stops": [
{
"stop_id": "5710AWA11479",
"stop_name": "Colin way"
},
{
"stop_id": "5710AWA11571",
"stop_name": "Heol-y-Felin"
},
{
"stop_id": "9100KNGX",
"stop_name": "Waun-gron"
},
{
"stop_id": "5710AWA11320",
"stop_name": "Ely Bridge"
}
],
"train_stations": [
{
"crs": "WNG",
"name": "Waun-Gron Park"
},
{
"crs": "CDF",
"name": "Cardiff Central"
}
],
"num_departures": 6,
"output_html_file": "buses.html",
"output_html_title": "Live Bus/Train Timetable"
}