GitHub - codex-team/codex.misprints: Module for sendings misprints to Slack and Telegram

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

codex.misprints

Module for sending misprints to Slack and Telegram

Getting started

Installation

npm or Yarn

npm install @codexteam/misprints

or

yarn add @codexteam/misprints

Download from CDN

<script src="https://cdn.jsdelivr.net/npm/@codexteam/misprints"></script>

Usage

Initialization

new Misprints({
    chatId: 'XXXXXXX'
});

Where chatId is chat's identifier where message will be sent. Take a look on Webhooks to get it.

About

Module for sendings misprints to Slack and Telegram

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

1 star

Watchers

3 watching

Forks

0 forks

Releases

No releases published