Michał Kuklis

Results 3 issues of Michał Kuklis

It would be nice to support other events (onkeyup, onkeydown, etc). Looks like only 'change' event is supported now?

This is just a cosmetic change so the callback in message could be avoided: ``` js // Get a message q.get(function(err, message) { // do something with the message //...

@faressoft this should allow to pass additional parameters to the create_notification api https://documentation.onesignal.com/reference#create-notification for example `headings` ,`subtitle`,`template_id`...

enhancement