1.0.7 • Published 2 years ago

@farnaldi-dl/helpers v1.0.7

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

DL Helpers

This Package contains some helper functions for daily life.

Slack helper

import { SlackHelper } from "@farnaldi-dl/helpers";

const helper = new SlackHelper({
  slackToken: process.env.SLACK_TOKEN,
  reporterName: process.env.REPORTER_NAME,
  infoChannel: process.env.SLACK_INFO_CHANNEL,
  errorChannel: process.env.SLACK_INFO_CHANNEL,
});

//info message will be posted to the info channel
await helper.postInfoMessage({
  message: "info",
  emojiName: ":information_source:",
});

//error message will be posted to the error channel, if the error channel was not provided the message will be sent to the info channel
await helper.postErrorMessage({
  message: "error",
  emojiName: ":bangbang:",
});
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

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago