Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zkrige/cordova-plugin-pusher-beams

A Cordova plugin for Pusher Beams - supports iOS and Android
https://github.com/zkrige/cordova-plugin-pusher-beams

cordova pusher pusher-beams

Last synced: 26 days ago
JSON representation

A Cordova plugin for Pusher Beams - supports iOS and Android

Awesome Lists containing this project

README

        

# 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](http://cordova.apache.org/docs/en/latest/guide/cli/index.html)

For more info on plugins see the [Plugin Development Guide](http://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html)