Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/littledivy/deno-notify
- Owner: littledivy
- License: mit
- Created: 2020-05-31T08:29:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T03:49:18.000Z (over 4 years ago)
- Last Synced: 2024-10-17T00:25:23.027Z (3 months ago)
- Topics: deno, js, notifcation, notify, plugin, rust, system-notifications, ts
- Language: Rust
- Size: 15.6 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.