native-notifier
Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.
Last updated 7 years ago by paulmillr .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install native-notifier 
SYNC missed versions from official npm registry.

native-notifier

Use native system notifications for MacOS, Win & Linux. No bullshit & no Growl.

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

License

MIT

Current Tags

  • 0.1.6                                ...           latest (7 years ago)

7 Versions

  • 0.1.6                                ...           7 years ago
  • 0.1.5                                ...           7 years ago
  • 0.1.4                                ...           7 years ago
  • 0.1.3                                ...           7 years ago
  • 0.1.2                                ...           7 years ago
  • 0.1.1                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |