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
- Host: GitHub
- URL: https://github.com/codex-team/codex.misprints
- Owner: codex-team
- License: mit
- Created: 2019-02-27T05:18:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T04:14:03.000Z (about 6 years ago)
- Last Synced: 2024-04-24T03:24:00.736Z (about 1 year ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.