1.0.9 • Published 2 years ago

notifylog v1.0.9

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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago