Push notifications

This commit is contained in:
Martin Donnelly 2016-04-28 17:00:14 +01:00
parent cef2cdf458
commit 863bbe56d0

View File

@ -8,11 +8,11 @@ var events = require('events');
var eventBus ;
var util = require('util');
var pushNotifications = require('node-pushnotifications');
/*var pushNotifications = require('node-pushnotifications');
var gcmSender = new gcm.Sender({
key: 'AIzaSyBl1vJ00d_lMb5yKGp97jZ94Oc70GRpZiw'
});
});*/
var officeController = function(neweventbus) {