Skip to content

fmscode/pbm-pebble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinball Map for Pebble

Pebble app that interacts with the Pinball Map API. The app is built using Pebble's Pebble.js app framework.

img img2

Getting Started

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**

Helpful Links

To learn more about Pebble.js follow the quick getting started guide. And for complete Pebble.js documentation visit the Pebble.js Docs.