0.0.4-f1 • Published 7 years ago

parse-push-service v0.0.4-f1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

parsePushService

Installation

npm install parse-push-service --save

Example...

const pushConfig = new PushConfig();
pushConfig.pushServer = Config.pushServer;
pushConfig.pushPort = Config.pushPort;
pushConfig.pushPath = Config.pushPath;
pushConfig.ParseApplicationId = Config.ParseApplicationId;
pushConfig.ParseMasterKey = Config.ParseMasterKey;
pushConfig.ParseRESTAPIKey = Config.ParseRESTAPIKey;

const pushService = new PushServiceBuilder(pushConfig);

// Push!
pushService.sendPushToTargetDevices(targetDevices, alertMessage);
0.0.4-f1

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1-b3

8 years ago

0.0.1-b2

8 years ago

0.0.1-b1

8 years ago

0.0.1

8 years ago