Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 518 Bytes

File metadata and controls

23 lines (16 loc) · 518 Bytes

Azure Notification Hubs with Node

This is a basic node example app that goes along with the companion blog post.

Getting Started

$ npm install

Open up config/default.json and update the settings in the file with the settings that match your environment.

Running

To register your device run the register script:

$ npm run register

To send a push notification run the start script:

$ npm start