Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strdr4605/memo-bot

Expected to be a slack bot that counts events
https://github.com/strdr4605/memo-bot

reasonml reasonml-bindings slack slack-bot slack-commands

Last synced: 8 days ago
JSON representation

Expected to be a slack bot that counts events

Awesome Lists containing this project

README

        

# memo-bot

> Expected to be a slack bot that counts events

## [CHANGELOG](https://github.com/strdr4605/memo-bot/blob/master/CHANGELOG.md)

```text
User: /new-memo @user1 "Laughed"
MemoBot: Event:
eventId1: @user1 Laughed 1 time
User: /new-memo @user2 "Screamed"
MemoBot: Event:
eventId2: @user2 Screamed 1 time
User: /memo eventId2
MemoBot: Event:
eventId2: @user2 Screamed 2 times
User: /memos
MemoBot: Events:
eventId1: @user1 Laughed 1 time
eventId2: @user2 Screamed 2 times
```

## Build + Watch

```bash
npm start
```