Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulmillr/native-notifier
Use native system notifications in node.js without third-party libraries
https://github.com/paulmillr/native-notifier
notifications
Last synced: 7 days ago
JSON representation
Use native system notifications in node.js without third-party libraries
- Host: GitHub
- URL: https://github.com/paulmillr/native-notifier
- Owner: paulmillr
- License: mit
- Created: 2017-01-26T23:39:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T16:29:38.000Z (over 5 years ago)
- Last Synced: 2024-12-26T21:07:20.017Z (14 days ago)
- Topics: notifications
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 56
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# native-notifier
Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.
```javascript
const notify = require('native-notifier');
notify({
app: 'Loggy',
icon: `${__dirname}/loggy.png`,
message: 'TypeError: stack is shown',
title: 'Loggy error'
});
```![Screen Shot 2013-04-21 at 03 26 41](https://cloud.githubusercontent.com/assets/574696/22355836/d5a57152-e435-11e6-8b22-6aca8b4e79b1.png)
# License
MIT