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: 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T03:49:18.000Z (about 5 years ago)
- Last Synced: 2025-04-19T15:13:19.544Z (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
[](https://github.com/divy-work/deno-notify/blob/master/LICENSE)
[](https://github.com/divy-work/deno-notify/stargazers)
[](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://discord.gg/uqywa4W)
## Contributing
Contributions either in the form of pull requests or issues are always welcome.