@b1kt0p/slack-bot
Version:
Slack bot helper
26 lines (16 loc) • 436 B
Markdown
# slack-bot
## Install
As simple as:
```bash
npm install @b1kt0p/slack-bot
```
or
```bash
yarn add @b1kt0p/slack-bot
```
## Requirements
@b1kt0p/slack-bot has been built to work by default from **Node >= 8.10**.
If you need to run it in earlier versions of Node (eg. 4.3) then you will have to
*transpile* dotenv-generator's code yourself using [babel](https://babeljs.io/) or a similar tool.
## License
MIT © Victor Savostin