#As of Nov 20, 2016 all development of this project has moved to the Official OneBusAway for Pebble project.
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.
- Update
servers.js
with your OneBusAway API keys - Run
pebble build
(orpebble build -- --logging
to enable logging)
Install as normal for pebble apps (i.e. pebble install --emulator=basalt
)
~~