the-notify
Notification util for the-framework
Installation
$ npm install the-notify --save
Usage
'use strict'
const theNotify = require('the-notify')
async function tryExample () {
const notify = theNotify()
notify.send('Hey, miss me?', {
body: '',
tag: 'miss-me',
data: {}
})
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.