Use Meteor Collections and DDP in your Pebble.js apps!
This repository hosts a Pebble.js Meteor module generator. The generated module is for use in Pebble.js apps.
Check out the Pebble.js Meteor Leaderboard example which has a prebuilt meteor.js module under src which you can readily use.
- Specify the meteor packages you want to include in .meteor/packages
- Generate the meteor site bundle with
meteor bundle --directory .bundle - Generate the Pebble.js package with
node .bundle.js - Include meteor.js module in your Pebble.js app