Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/littledivy/deno-notify

Cross-platform system notification with Deno :rocket:
https://github.com/littledivy/deno-notify

deno js notifcation notify plugin rust system-notifications ts

Last synced: 3 months ago
JSON representation

Cross-platform system notification with Deno :rocket:

Awesome Lists containing this project

README

        

# deno-notify

[![license](https://img.shields.io/github/license/divy-work/deno-notify)](https://github.com/divy-work/deno-notify/blob/master/LICENSE)
[![stars](https://img.shields.io/github/stars/divy-work/deno-notify)](https://github.com/divy-work/deno-notify/stargazers)
[![deno version](https://img.shields.io/badge/deno-1.0.2-success)](https://github.com/denoland/deno)

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

```ts
import Notify from "mod.ts";

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

#### Join Discord

[![](https://discordapp.com/api/guilds/715564894904123424/widget.png?style=banner2)](https://discord.gg/uqywa4W)

## Contributing

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