Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

smallstoneapps/js-message-queue

Repository files navigation

JS Message Queue Build Status devDependency Status

PebbleKit JS library for sending messages to your Pebble.

Advantages

Automatically retries sending messages when they fail, and ensures that messages are sent in order (i.e. wait for first message to be acknowledged before sending the second message.

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!

About

PebbleKit JS library for sending messages to your Pebble.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published