This is a handy little extension that lets you monitor bus stops near you for arrival times of upcoming buses.
- Only the Puget Sound region is tested at the moment.
- This app is powered by the OneBusAway API.
- This app is not officially provided by OneBusAway.
- Make sure your local transit agency uses OneBusAway. This might be mentioned on their website. For eg. here's Sound Transit's open transit data website.
- Update
src/environments/environment.prod.ts
with the OneBusAway API key in theobaApiKey
variable.- The KEY can be obtained by emailing your local transit agency. For Sound Transit, send an email to OBA_API_Key@soundtransit.org.
- Compile the app using
npm run-script build
. - The
dist
folder contains the extension code. You can load this in chrome as an unpacked extension by following the instructions here.
- Run
npm run-script test
to keep tests running continously. - Run
npm run-script testonce
to run tests only once.