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

A Node library to send push notifications to WP7 Applications

Notifications You must be signed in to change notification settings

ifrins/WP7Push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

A Node library to send push notifications to WP7 Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published