Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 859 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 859 Bytes

WP7Push 0.0.1

DEPRECATED! Jeff Wilcox (Senior Software Development Lead on MSFT's WP Team) has released a more "official" library to send Push Notifications to WP7

What's WP7Push

WP7Push is a Node library to send Push Notifications to Windows Phone 7 Apps using Node.

What types of notifications do you support?

At the moment of the very initial version we only support Toast Notifications, but in a near future we'll support:

  • Toast Notifications

  • Raw Notifications

  • Tile Notifications

How can I get WP7Push

Starting with 0.1, you'll be able to install it using npm:

$ npm install wp7push

Syntax

var push = require('wp7push');
var purl = "Push URL provided by the WP7 Application";
push.sendToastNotification("title", "subtitle", purl);