Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nzero-push

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nzero-push

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

  • 2.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 26 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc