WIP: llm-based prototype #1
1 changed files with 6 additions and 0 deletions
|
@ -140,6 +140,12 @@ async fn main() {
|
|||
}
|
||||
|
||||
println!();
|
||||
println!("MBTA Transit (placeholder):");
|
||||
println!(" - Red Line: Ashmont in 5 min, Braintree in 10 min");
|
||||
println!(" - Orange Line: Northbound in 7 min");
|
||||
println!(" - Bus 64: Due in 2 min");
|
||||
// In the future, fetch real data from an MBTA API here.
|
||||
|
||||
println!("Inbound Shopify packages:");
|
||||
let packages = get_shopify_packages(&config);
|
||||
for (i, pkg) in packages.iter().enumerate() {
|
||||
|
|
Loading…
Add table
Reference in a new issue