Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 839 Bytes

simple-app-message

A library to simplify interacting with Pebble's AppMessage API.

Installation

CloudPebble

If installing the package from CloudPebble, enter "@keegan-stoneware/simple-app-message" in the "Search NPM..." prompt in the Dependencies section of your project.,

Pebble Tool

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

Testing the Package

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

License

This package is licensed under the MIT License.