Skip to content

rjelierse/ng-cordova-pushwoosh

Repository files navigation

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

About

AngularJS module for using the Pushwoosh Cordova plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published