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 every X time? This function would get in Nodejs...
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 every X time? This function would get in Nodejs...
1
For notification in Ionic I use Onesignal (https://onesignal.com/).
And if you want to trigger the notifications by the api in nodejs I use onesignal-Node (https://www.npmjs.com/package/onesignal-node), this is the most complete.
You can also use Onesignal’s own website to trigger app notifications, select which users, tags, groups, and more.
Browser other questions tagged angularjs node.js api ionic http
You are not signed in. Login or sign up in order to post.
Your question is quite generic in my view.
– Victor Stafusa