Agregado para enviar notificaciones push.
This commit is contained in:
parent
811b6f888e
commit
a93f05696b
9
srv/Notificaciones/enviarNotificacion.coffee
Normal file
9
srv/Notificaciones/enviarNotificacion.coffee
Normal file
@ -0,0 +1,9 @@
|
||||
webPush = require("../index").webPush
|
||||
|
||||
export fun = (subscripcion, titulo, cuerpo) ->
|
||||
datos = JSON.stringify
|
||||
titulo: titulo
|
||||
cuerpo: cuerpo
|
||||
icono: "https://pseudosubs.com/favicon.png"
|
||||
tipo: "basico"
|
||||
webPush.sendNotification (JSON.parse subscripcion), datos
|
Loading…
Reference in New Issue
Block a user