1.0.0 • Published 7 years ago

mac-notify v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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.