An open API service indexing awesome lists of open source software.

https://github.com/codex-team/codex.misprints

Module for sendings misprints to Slack and Telegram
https://github.com/codex-team/codex.misprints

Last synced: 4 months ago
JSON representation

Module for sendings misprints to Slack and Telegram

Awesome Lists containing this project

README

        

# codex.misprints
Module for sending misprints to Slack and Telegram

## Getting started

### Installation

#### npm or Yarn

```bash
npm install @codexteam/misprints
```

or

```bash
yarn add @codexteam/misprints
```

#### Download from CDN

```html

```

## Usage

### Initialization
```javascript
new Misprints({
chatId: 'XXXXXXX'
});
```
Where `chatId` is chat's identifier where message will be sent.
Take a look on [Webhooks](https://github.com/codex-bot/Webhooks) to get it.