the-notify

Notification util for the-framework


Keywords
the
License
MIT
Install
npm install the-notify@2.0.4

Documentation

the-notify

Build Status npm Version JS Standard

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.

Links