Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zkrige/cordova-plugin-pusher-beams
- Owner: zkrige
- License: mit
- Created: 2020-09-21T06:40:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T07:38:17.000Z (about 2 years ago)
- Last Synced: 2024-10-16T15:35:14.564Z (3 months ago)
- Topics: cordova, pusher, pusher-beams
- Language: Objective-C
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- 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 codecordova 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)