A WordPress Gutenberg block that displays real-time Trimet arrival times for a specific stop. Refreshes each minute.
- Install and activate the plugin
- Go to Settings → Trimet Arrivals
- Enter your Trimet API key (appID)
- Add the "Trimet Arrival Times" block to any post or page
- Enter the stop ID (default is 7505)
# Install dependencies
npm install
# Build for production
npm run build