Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 560 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 560 Bytes

Everest Push Notification Hub

A simple example demonstrating how to send push notifications to Android/iOS devices using the Azure Notification Hubs SDK.

Prerequisites

  • Node.js installed
  • Azure Notification Hub configured
  • Android/iOS device or emulator with Google Play Services

Setup

  1. Update the configuration in index.js:
    • Add your Azure Notification Hub credentials
    • Set your device's push notification token in the deviceHandle variable

Installation

npm install

Run the script

node index.js