OneBusAway for Pebble smart watches provides a OneBusAway experience tailored to the Pebble platform. This app is designed to help you figure out what bus to take as quickly and easily as possible to aid in your everyday commute.
- Pebble Time (basalt)
- Pebble Time Round (chalk)
- Pebble 2 (diorite)
- At a glance, real-time arrival information for public transportation
- Shows to only 'favorite' stops nearby your current location
- Favorite buses from multiple nearby stops shown at the same time (to help you decide which bus to go take, even if they're not at the same stop)
- Clone this repository
- Install the Pebble SDK.
- Run
pebble build
(orpebble build -- --logging
to enable logging)
Important note about building - because this project uses a custom wscript
file to compile correctly for ARM/math-sll, the project will not build on CloudPebble.
Install as normal for pebble apps (i.e. pebble install --emulator=basalt
)