As the name states, this is a nice timer written for Pebble Smartwatch.
Developed using PebbleJS
Most of the code is based on original PebbleJS example
If you're interested in the actual code, start with app.js
The application is integrated with ClayJS to support easy configuration management Configuration is within config.js file Since PebbleJS doesn't support NPM packages yet, I have to use legacy ClayJS 0.1.7
On OSX
brew update && brew install pebble/pebble-sdk/pebble-sdk
After you installed PebbleJS SDK do:
pebble build && pebble install --phone <IP>
To display logs
pebble build && pebble install --phone <IP> && pebble logs --phone <IP>
MIT