the-notify

2.0.4 • Public • Published

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

/the-notify/

    Package Sidebar

    Install

    npm i the-notify

    Weekly Downloads

    12

    Version

    2.0.4

    License

    MIT

    Unpacked Size

    58.9 kB

    Total Files

    34

    Last publish

    Collaborators

    • okunishinishi