This script fetches current driving times (with traffic) from your origin to the George Washington Bridge, comparing Upper Level and Lower Level routes.

Visit the following Google Cloud console and create a project with API access. Restrict the API key to only use Directions API. https://console.cloud.google.com/welcome
Save the API key somewhere secure, you'll use it later.
Set up a python virtualenv and activate it:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Commands:
- To run the fastapi server locally:
GOOGLE_MAPS_API_KEY=<the key> python app/index.py
- To just run the core lookup:
python app/run_inline.py <the key>
Included in the root level directory is a Starlark .star file that can be compiled and rendered to a .webp executable for TidByt devices. It's not complete, but it is a start. For more docs, check out: https://tidbyt.dev/docs/build/build-for-tidbyt
Invoke https://gwb-routes.vercel.app via Siri shortcuts or as a browser favorite.
Or visit https://gwb-routes.vercel.app/dashboard.