Skip to content

joris-calvat/notify-browser

Repository files navigation

notify-browser

promisified wrapper for the browser notification api

install

npm install -s notify-browser

use it

var notifyBrowser = require('notify-browser');
var options = {
    icon: 'https://pbs.twimg.com/profile_images/717988253203300352/68HyMFny.jpg'
}
notifyBrowser.push('message', options);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published