Route Display

Type: component
PROBLEM

Nobody knows when the bus is coming.

SOLUTION

Real-time transit schedule display showing current route status, next arrival time, and service alerts for all lines serving the stop. The bus is late. The display confirms this accurately and in real time, which is either helpful or a unique form of cruelty depending on how long you have been standing outside.

Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_route_display",
    "name": "Route Display",
    "type": "component",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": null,
    "problem": "Nobody knows when the bus is coming.",
    "description": "Real-time transit schedule display showing current route status, next arrival time, and service alerts for all lines serving the stop. The bus is late. The display confirms this accurately and in real time, which is either helpful or a unique form of cruelty depending on how long you have been standing outside.",
    "template": "component"
}