1.0.3 • Published 6 years ago

webtnf v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago