0.0.4-f1 • Published 8 years ago

parse-push-service v0.0.4-f1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1-b3

9 years ago

0.0.1-b2

9 years ago

0.0.1-b1

9 years ago

0.0.1

9 years ago