1.4.0 • Published 4 months ago

@cinotify/js v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

CI Notify Node JS Client

This package is used by the CI Notify GitHub Action.

Installation

$ npm install -s @cinotify/js

Usage

const {email} = require("@cinotify/js");
const mime = require('mime');

email({
  to: 'example@example.com',
  subject: 'hello',
  body: 'hey there from js',
  attachments: [
    {
      content: Buffer.from("Hello, World!").toString('base64'),
      type: mime.getType("txt"),
      filename: "example.txt"
    }
  ]
})
1.4.0

4 months ago

1.4.0-rc1

4 months ago

1.3.0

6 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago