Skip to content

Node.js module for sending push notifications via the apple push notification service. This module uses token based authentication and implements a RESTful interface instead of using long lived socket connections.

License

Notifications You must be signed in to change notification settings

freewil/apple-push

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

apple-push

Node.js module for sending push notifications via the apple push notification service.

It uses token based authentication and aims to be a 100% compliant with Apple's specifications.

Running Tests

To run the tests included you need to setup the environment with something like the following -

# Optional for debug mode
export NODE_ENV='debug'

# The teamid, keyid and key are required
export teamid="<your apple developer teamid>"
export key="<your token signing key>"
export keyid="<your token signing key's id>"
export bundleid="<your apps bundleid>"
export devicetoken="<your ios device token>"

About

Node.js module for sending push notifications via the apple push notification service. This module uses token based authentication and implements a RESTful interface instead of using long lived socket connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%