All Projects → paulmillr → Native Notifier

paulmillr / Native Notifier

Licence: mit
Use native system notifications in node.js without third-party libraries

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Native Notifier

React Native Ua
React Native module for Urban Airship
Stars: ✭ 37 (-30.19%)
Mutual labels:  notifications
Godotnotificationcenter
A notification center for Godot Engine
Stars: ✭ 43 (-18.87%)
Mutual labels:  notifications
Potato Library
Easy to use Utility library for Android
Stars: ✭ 45 (-15.09%)
Mutual labels:  notifications
Toasty
A notification package for Elm apps.
Stars: ✭ 39 (-26.42%)
Mutual labels:  notifications
Watchtower
A process for automating Docker container base image updates.
Stars: ✭ 9,526 (+17873.58%)
Mutual labels:  notifications
Ntfd
A lightweight notification daemon for fancy desktop integrations
Stars: ✭ 44 (-16.98%)
Mutual labels:  notifications
Discourse Push Notifications
Plugin for integrating Chrome and FireFox push notifications
Stars: ✭ 36 (-32.08%)
Mutual labels:  notifications
Craft Brief
Quick, easy, and customizable user-group notifications for Craft CMS.
Stars: ✭ 47 (-11.32%)
Mutual labels:  notifications
Chrome Notifier
Google Chrome extension for PagerDuty desktop notifications.
Stars: ✭ 43 (-18.87%)
Mutual labels:  notifications
Pushkit
All the required components to set up independent web push notifications 🎈
Stars: ✭ 45 (-15.09%)
Mutual labels:  notifications
Onesignal Ane
OneSignal extension for Adobe AIR (iOS & Android)
Stars: ✭ 39 (-26.42%)
Mutual labels:  notifications
Builder
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
Stars: ✭ 1,009 (+1803.77%)
Mutual labels:  notifications
Laravel Notification
Example package for using the (still under development) Messages API from Nexmo as a notification channel in Laravel
Stars: ✭ 44 (-16.98%)
Mutual labels:  notifications
Notify.uno
Get notified when your command is done
Stars: ✭ 38 (-28.3%)
Mutual labels:  notifications
Robin
A multi-platform notification scheduler written in Swift.
Stars: ✭ 46 (-13.21%)
Mutual labels:  notifications
Push Fcm Plugin
Official Firebase Cloud Messaging plugin for Push.js v1.0 🔥
Stars: ✭ 37 (-30.19%)
Mutual labels:  notifications
Eventd
A simple daemon to track remote or local events and do actions the user wants to
Stars: ✭ 43 (-18.87%)
Mutual labels:  notifications
Onesignal Gradle Plugin
Use with OneSignal-Android-SDK to help integrate it into your Android Studio or Gradle project. https://onesignal.com
Stars: ✭ 49 (-7.55%)
Mutual labels:  notifications
Synology Notifications
Synology notifications service
Stars: ✭ 47 (-11.32%)
Mutual labels:  notifications
Ehplainalert
Plain style IOS alert
Stars: ✭ 44 (-16.98%)
Mutual labels:  notifications

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].