ng-cordova-pushwoosh

0.0.1 • Public • Published

ng-cordova-pushwoosh

NPM Version

Angular 1.x module for the Pushwoosh Cordova plugin

Installation

$ npm i -S ng-cordova-pushwoosh

Usage

var module = angular.module('MyModule', ['$cordovaPushwoosh']);
module.value('$cordovaPushwooshAppId', 'PUSHWOOSH_APP_ID');
module.value('$cordovaPushwooshProjectId', 'PUSHWOOSH_PROJECT_ID');

module.run(function ($cordovaPushwoosh) {
    $cordovaPushwoosh.register()
});

TODO

  • Plugin API documentation

LICENSE

MIT

Package Sidebar

Install

npm i ng-cordova-pushwoosh

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • raymondjelierse