How to make notifications the same as Facebook? AngularJS or JavaScript [closed]

1

I'd like to include notifications in my app. The app will be in Ionic, AngularJS, jQuery, NodeJS ... is there a way for the app to run a function at every X time? This function would give a get in NodeJS ...

    
asked by anonymous 21.10.2017 / 23:13

1 answer

1

For notification on Ionic I use OneSignal ( link ).

And if you want to trigger notifications by api on nodejs I use onesignal-node ( link ), this is the more complete.

You can also use the OneSignal website itself to trigger app notifications, select which users, by tags, by groups, and others.

    
23.10.2017 / 12:48