voodootikigod / node-rolling-spider

A library for controlling a Parrot Rolling Spider drone via BLE.
Other
253 stars 112 forks source link

Usign cylon-rolling-spider with Meteor #67

Open AlbertoHdezCerezo opened 8 years ago

AlbertoHdezCerezo commented 8 years ago

Hi!

Recently I have been starting to develop APPs based on Meteor, and I would like to develop an APP that allow users to drive a rolling spider using your package.

Despite Meteor has not implemented a "require" method to load NPM packages, I was capable of loading packages using meteorhacks:npm and cosmos:browserify (using chalk as an example). However, when I am trying to do the same with your package an error is triggered.

Do I have to set any additional dependence to the package or do any additional step to make it work? Right know I am a bit lost U.U

roeku commented 8 years ago

Hey, I'm having trouble getting it working, did you have any luck figuring it out?

AlbertoHdezCerezo commented 8 years ago

Nope, I am looking for a different solution but right now I see impossible to make it works with Meteor U.U