This is the main repo for the CHUT Transit App by CHUT for Calgary Hacks 2022.
git clone [email protected]:bodhiandphysics/CHUT.git
Go into CHUT/src
and run:
python3 display.py
THIS IS MEANT TO BE DONE ON AN AZURE SERVER
cd into socket/src
and then:
cargo run
[
{
"year": 2022,
"month": "Feb",
"day": "17",
"hour": "10",
"minute": "30",
"direction": "nb"
"line": "Red"
"station": "university",
},
{
"year": 2022,
"month": "Feb",
"day": "17",
"hour": "10",
"minute": "30",
"direction": "sb"
"line": "Red"
"station": "university",
}
]