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

https://github.com/o-mutt/pointd-pal

Slack bot to ++, --, points from one person to another
https://github.com/o-mutt/pointd-pal

bot employee-engagement hacktoberfest micropraise slack-bot slackbot

Last synced: over 1 year ago
JSON representation

Slack bot to ++, --, points from one person to another

Awesome Lists containing this project

README

          

# PointdPal

This is a micropraise bot that is intended to help friends/coworkers `++` one another and provide quick easy feedback

## Overview

## Running locally

### 1. Setup your local project

```bash
# Clone this project onto your machine
git clone git@github.com:O-Mutt/pointd-pal.git

# Change into the project
cd pointd-pal

# Install the dependencies
npm install
```

### 2. Setup environment variables

```bash
cp .env.example .env
```

Replace variables with ones from your "local" setup

### 3. Start servers

```bash
npm run start:dev
```

## Contributing

### Issues and questions

Found a bug or have a question about this project? We'd love to hear from you!

1. Browse to [O-Mutt/pointd-pal/issues][4]
1. Create a new issue
1. Select the `[x] examples` category

See you there and thanks for helping to improve Bolt for everyone!

[1]: https://slack.dev/bolt-js/tutorial/getting-started
[2]: https://slack.dev/bolt-js/
[3]: https://slack.dev/bolt-js/tutorial/getting-started#setting-up-events
[4]: https://github.com/O-Mutt/pointd-pal/issues/new