I am in the process of creating an HTML app through intel XDK. While I understand that using HTML to build apps is not as common, it is the language I am most familiar with, along with CSS.
One feature I would like to include in my app is a weekly notification that automatically sends out a message every Monday without the need for manual updates. The message would simply say: "new info has arrived". Is there a specific code or method to achieve this? I have limited coding knowledge and primarily focus on HTML/CSS. (The app is being developed for IOS.)