Cross platform desktop notifications with Deno.
Run the following code with the -A
and --unstable
(and -r
if you have
used this module before) flags enabled to get the example shown above:
import Notify from "mod.ts";
// notify(title, body)
Notify("Hello", "World! 🌍");
Contributions either in the form of pull requests or issues are always welcome.