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: about 1 month ago
JSON representation
A Cordova plugin for Pusher Beams - supports iOS and Android
- Host: GitHub
- URL: https://github.com/zkrige/cordova-plugin-pusher-beams
- Owner: zkrige
- License: mit
- Created: 2020-09-21T06:40:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T07:38:17.000Z (over 3 years ago)
- Last Synced: 2025-09-01T08:04:02.842Z (11 months ago)
- Topics: cordova, pusher, pusher-beams
- Language: Objective-C
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)