Hi, when the 'Notifications' app at https://banglejs.com/apps/#notification is installed, you can the use it like a library. For instance:
require("notify").show({id:1, title:"Test", body:"Some Alert"});
Check out the 'Read more' link on https://banglejs.com/apps/#notification for some examples.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi, when the 'Notifications' app at https://banglejs.com/apps/#notification is installed, you can the use it like a library. For instance:
Check out the 'Read more' link on https://banglejs.com/apps/#notification for some examples.