Home

Awesome

JSPebbleReminders

This is my first watchapp for the Pebble using the AppMessages API. It allows you to read the reminders in your main reminder list using your Pebble.

Components

Picture

<img src="http://farm9.staticflickr.com/8406/8761699744_ec1a90a840_n.jpg" />

How to compile

$ git submodule update --init

  - Open the Xcode project (`JSPebbleReminders.xcodeproj`) and you should be able to install on your iOS device (assuming you have the certificates, etc set up)

- **Pebble App:**
  - Use the Xcode project under `pebble_reminders_app/xcode/`
  - Navigate to the `pebble_reminders_app` folder.
  - Run:
  
  ```sh
  $ ./waf configure
Setting top to                           : /Users/JaviSoto/Documents/Projects/Pebble/JSPebbleReminders/pebble_reminders_app
Setting out to                           : /Users/JaviSoto/Documents/Projects/Pebble/JSPebbleReminders/pebble_reminders_app/build
Checking for program gcc,cc              : arm-none-eabi-gcc
Checking for program ar                  : arm-none-eabi-ar
'configure' finished successfully (0.114s)
$ python -m SimpleHTTPServer 8000

Known issues: