Skip to content

Instantly share code, notes, and snippets.

@ifrins
Created November 17, 2011 16:12
Show Gist options
  • Save ifrins/1373547 to your computer and use it in GitHub Desktop.
Save ifrins/1373547 to your computer and use it in GitHub Desktop.
WP7Push
var push = require('wp7push');
var purl = "Push URL provided by the WP7 Application";
push.sendToastNotification("title", "subtitle", purl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment