Skip to content

Simpliest and slimmest notifier for Mac without dependecies.

License

Notifications You must be signed in to change notification settings

zamarawka/mac-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mac-notify

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

Use it

Install:

$ npm i --save-dev 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.

About

Simpliest and slimmest notifier for Mac without dependecies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages