zkrige / cordova-plugin-pusher-beams

A Cordova plugin for Pusher Beams - supports iOS and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova Pusher-Beams plugin

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.

Using

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 

More Info

For more information on setting up Cordova see the documentation

For more info on plugins see the Plugin Development Guide

About

A Cordova plugin for Pusher Beams - supports iOS and Android

License:MIT License


Languages

Language:Objective-C 53.1%Language:Java 39.8%Language:JavaScript 7.1%