Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mac-notify

zamarawka28MIT1.0.0

Simpliest and slimmest notifier for Mac without dependecies.

notify, mac, notifier, slim, node-notify

readme

Mac-notify

Simpliest and slimmest notifier for Mac without dependecies. Only 39 lines.

Use it

Install:

$ npm i mac-notify

In your code:

const notify = require('mac-notify');

notify();

notify('Oh yeah!!!'); // == { title: 'Oh yeah!!!' }

notify({
    title: 'Hey',
    subtitle: 'You are watching me!',
    message: 'Why do you do this?'
});

License

This is open-sourced software licensed under the MIT license.