JS MessageQueue

PebbleKit JS library for sending messages to your Pebble.

View the Project on GitHub smallstoneapps/js-message-queue

JS Message Queue Build Status Dependency Status

PebbleKit JS library for sending messages to your Pebble.

Usage

  1. Include js-message-queue.min.js in your Pebble JS file, either by copying and pasting it into the top of pebble-js-app.js, or by adding it to your JS build script.
  2. Replace all instances of Pebble.sendAppMessage() with MessageQueue.sendAppMessage().
  3. Profit!