Packages
A web application in pursuit of meaning in life.
Current section
Files
Jump to
Current section
Files
assets/node_modules/native-notifier/README.md
# 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'
});
```

# License
MIT