2.0.4 • Published 7 years ago

the-notify v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago