dedebug

1.0.3 • Public • Published

Library for sending telegram debug messages

Install

$ yarn add dedebug

How to use

const {
	sendDebug
} = require('dedebug')

// Variant #1
sendDebug({
	project: 'demo',
	message: {
		var: 123
	}
}).then(res => {
	console.warn('=>', res.body);
})

// Variant #2
sendDebug({
	project: 'demo',
	message: 'Some text',
}).then(res => {
	console.warn('=>', res.body);
})

Debug notifications

Readme

Keywords

none

Package Sidebar

Install

npm i dedebug

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

9.23 kB

Total Files

5

Last publish

Collaborators

  • markolofsen