mozilla / node-firefox

node.js modules for interacting with Firefox via the DevTools remote protocol
https://www.npmjs.org/package/firefox
Mozilla Public License 2.0
301 stars 18 forks source link

New module: push-app #37

Open sole opened 9 years ago

sole commented 9 years ago

This would be syntactic sugar on top of a bunch of existing modules. Not sure if you want this as a separate module but I'm using it a lot myself, so maybe there is a need.

I actually have a version already here, push-app so we would just need to transfer repo and make it node-firefox quality :P with tests and all

lmorchard commented 9 years ago

+1 - I'm doing something similar over in cordova-firefoxos, and would be happy to delete most of that dumb code.

sole commented 9 years ago

Hahaha, I see! I can confirm my code is working because I'm using it all the time both via ADB and via various simulators.

tofumatt commented 9 years ago

For what it's worth, I think this syntactic sugar is worth adding too. Modules that combine things to make common tasks easier are awesome and if node-firefox is both a low and high level API I say that's great.

On 26 March 2015 20:35:40 CET, sole notifications@github.com wrote:Hahaha, I see! I can confirm my code is working because I'm using it all the time both via ADB and via various simulators. —Reply to this email directly or view it on GitHub.