Skip to content

Instantly share code, notes, and snippets.

@edatkinvey
Created October 6, 2015 16:26
Show Gist options
  • Save edatkinvey/332c44f27ed8cfe02b01 to your computer and use it in GitHub Desktop.
Save edatkinvey/332c44f27ed8cfe02b01 to your computer and use it in GitHub Desktop.
function onRequest(request, response, modules) {
var push = modules.push;
push.broadcastMessage("An update is available!");
response.complete();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment