Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 817 Bytes

README.md

File metadata and controls

58 lines (44 loc) · 817 Bytes

CHUT Transit App

This is the main repo for the CHUT Transit App by CHUT for Calgary Hacks 2022.

Cloning the repo

git clone git@github.com:bodhiandphysics/CHUT.git

Running the client

Go into CHUT/src and run:

python3 display.py

Running the server

THIS IS MEANT TO BE DONE ON AN AZURE SERVER

cd into socket/src and then:

cargo run

Json Format

[
  {
    "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",
  }
]