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

https://github.com/muhammadtarek/build-status-bot

A slack bot that notify a channel with the last version changelog
https://github.com/muhammadtarek/build-status-bot

bot changelog markdown nodejs slack

Last synced: about 2 months ago
JSON representation

A slack bot that notify a channel with the last version changelog

Awesome Lists containing this project

README

          

# changelog-bot

Small node.js script to send last version changelog to a slack channel

## Getting Started

### Prerequisites

* node

### Installing

```bash
git clone https://github.com/muhammadtarek/changelog-bot.git
cd changelog-bot
yarn
```

Set OAuth token

```bash
export SLACK_OAUTH_ACCESS_TOKEN=xoxp-XXXXXXXXXX
```

### Usage

```bash
node index.js
```

## Built With

* [@slack/client](https://github.com/slackapi/node-slack-sdk/)
* [chalk](https://github.com/chalk/chalk/)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details