A library to simplify interacting with Pebble's AppMessage API.
If installing the package from CloudPebble, enter "@keegan-stoneware/simple-app-message" in the "Search NPM..." prompt in the Dependencies section of your project.,
To install this package from the Pebble Tool, run the following command from your project's root directory:
> pebble package install @keegan-stoneware/simple-app-message
This folder contains a test application (simple-app-message-test) that can and
should be used to test the libraries functionality. To build the test app, run
the following command from within the simple-app-message-test
folder:
> npm run build
This package is licensed under the MIT License.