Pebble app that interacts with the Pinball Map API. The app is built using Pebble's Pebble.js app framework.
You will first need to install the Pebble SDK. Once installed the main source file is in /src/js/app.js
and the app's configuration is in appinfo.json
.
To build the project call pebble build
from the project directory.
To install the app on your Pebble first enable Developer Connection by following the guide here. Once the developer connection is active call pebble install --phone **IP address**
To learn more about Pebble.js follow the quick getting started guide. And for complete Pebble.js documentation visit the Pebble.js Docs.