0.0.12 • Published 7 years ago

node-push-sender v0.0.12

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

push-sender

npm version Code Climate

A NodeJS library built to send remote notifications for Android (GCM), iOS (APNS) and Windows (WNS) mobile devices. It is based on already existent platform-specific open source libraries: node-gcm and node-apn.

Features

  • Supports Google Cloud Messaging (GCM) for Android devices and Apple Push Notification Service (APNS) for iOS;
  • Sends notifications to multiple devices at once;
  • Supports all GCM optional parameters;
  • Sends custom content to the end user;
  • Provides the server response with the errors/message_ids for each targeted device.

Installation

$ npm install node-push-sender

Contributing

We encourage you to contribute to node-push-sender! Please check out the contributing guide for guidelines about how to proceed.

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago