adding placeholder for mbta
This commit is contained in:
parent
56abab7fb4
commit
139528fccf
1 changed files with 6 additions and 0 deletions
|
@ -140,6 +140,12 @@ async fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
println!();
|
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:");
|
println!("Inbound Shopify packages:");
|
||||||
let packages = get_shopify_packages(&config);
|
let packages = get_shopify_packages(&config);
|
||||||
for (i, pkg) in packages.iter().enumerate() {
|
for (i, pkg) in packages.iter().enumerate() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue