A cordova plugin that exposes helpful methods for building beams flow on the web environment including some native methods from Pusher Beams SDK.
You still need to do manual Pusher-Beams web flow and web library for token. This is a bridge to register with beams once you have a userId / authtoken in your JS app.
Install the plugin
$ cd hello
$ cordova plugin add https://github.com/CenterHealth/cordova-plugin-pusher-beams.git
Install iOS or Android platform
cordova platform add ios
Run the code
cordova run
For more information on setting up Cordova see the documentation
For more info on plugins see the Plugin Development Guide