Skip to content

SCE-Development/SCEta

Repository files navigation

How to Run SCEta

sce clone transit
  • link the project to the tool
cd PATH_TO_SCETA_HERE
sce link transit
  • Create data.yaml file in the server folder of this project

    api_key: <YOUR API KEY from #1>
    stops:
      - operator: SC
        name: 10th & Taylor
        id: 64995
      - operator: BA
        name: Milpitas
        id: MLPT
    grouped_stops:
      - name: San Jose Diridon Caltrain Station
        stops:
          - operator: CT
            id: 70261
          - operator: CT
            id: 70262
    cache_update_interval_minutes: 10
  • run the project

sce run transit