2.2.0 • Published 10 years ago

nzero-push v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

nzero-push

NPM version Dependency Status License NPM Downloads Code Climate

Description

ZeroPush is a simple service for sending Push Notifications (Apple & Google). This library wraps the API requests for use in NodeJS.

Changes log

See changes log.

Contributors

See contributors.

License

See license.

Available endpoints

  • /notify : Sends a notification to a list of device tokens.
  • /register : Registers a device and/or updates the devices active status or unregisters a previously registered device token.
  • /unregister : Unregisters a previously registered device token.
  • /inactive_tokens : Returns an array of device tokens along with the time each token was marked inactive.
  • /set_badge : Sets a device's badge number to a given value.
  • /broadcast/:channel : Sends a notification to all registered and active devices in specified channel.
  • /devices[/:device_token] : Get all, one or update device(s) details.
  • /channels[/:channel_name] : Get all, one or delete channel(s).

Full documentation

See the wiki for full documentation about module API.

2.2.0

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

11 years ago

1.2.0

11 years ago

1.1.0

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago

1.0.0-alpha-1

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago