1.0.3 • Published 7 years ago

webtnf v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

webtnf v1.0.3

webtnf is a very simplify browser Notification Function package

Installation

Using npm:

$ npm i webtnf

Usage method:

const webtnf = require("webtnf");

//notification tip's title
const title = 'hi,baby';

//other options
const options ={
  body: 'you have a new message!',
  icon: '../logo.png',
  tag: 'tag',
  renotify: true
}

//request user:
webtnf('authorization');

// send notificotion:
webtnf('', title, options);
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago