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

https://github.com/inouetakuya/slack-playground

Playground with Slack
https://github.com/inouetakuya/slack-playground

slack

Last synced: 2 months ago
JSON representation

Playground with Slack

Awesome Lists containing this project

README

          

slack-playground
================

[![CircleCI](https://circleci.com/gh/inouetakuya/slack-playground.svg?style=svg&circle-token=eb782bbce318b9ff2ea0382b44c1fc62f3e58329)](https://circleci.com/gh/inouetakuya/slack-playground)

Playground with Slack

## Requirements

* Ruby 2.5.1
* Slack OAuth Access Token

## Setup

```
git clone git@github.com:inouetakuya/slack-playground.git
cd slack-playground
```

```
bundle install --path vendor/bundle
```

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

Fill `SLACK_API_TOKEN` in `.env`

## Debugging

```
bundle exec pry
```

## Authentication test

```
bundle exec thor task:auth:test
```

## Testing

```
bundle exec rspec
```