Skip to main content

deno-notify

license stars deno version

Cross platform desktop notifications with Deno.

Example

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:

Trigger a notification

import Notify from "mod.ts";

// notify(title, body)
Notify("Hello", "World! 🌍");

Contributing

Contributions either in the form of pull requests or issues are always welcome.