2.0.4 • Published 6 years ago

the-notify v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago