1.0.9 • Published 1 year ago

notifylog v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NotifyLog Library

A library for sending notifications using the NotifyLog API.

Installation

To install the library, run the following command:

npm  install  notifylog

Usage

To use the library, import the NotifyLog class and create an instance with your API key:

import { NotifyLog } from  "notifylog";

const  notifyLog  =  new  NotifyLog("YOUR_TOKEN_HERE");

Then, you can use the notifyEvent method to send a notification:

notifyLog.publish({
	name:  "My first email",
	description:  "Hello world from API",
	channel:  "payments",
	icon:  "💸",
	notify:  true,
	tags: {
		"my-tag":  "my-tag-value",
	},
	message:  
		"[Link](https://google.com)",
});

Support

If you need help, please send an email to hello@notifylog.com.

Create an account

To create an account on the NotifyLog platform, visit https://notifylog.com.

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago