This demo is provided as a follow-up (or follow-along) to the Hack the North Pebble workshop on September 18, 2015. Please note that certain shortcuts or code simplifications were made to accommodate time restrictions, and the code presented here may not follow Pebble coding standards or guidelines.
To walk through the demo as it was presented at Hack the North, clone the repository and run the following commands:
- Get a basic hello world app working:
git checkout hello
- Add AppMessage capabilities, along with PebbleKit JS integration:
git checkout message
- Add integration with a Kimono Labs API:
git checkout api
- Update display text using acquired data from API:
git checkout final