Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timneutkens/slack-tel-command

Small slash command to get a user's phone number from the slack user directory
https://github.com/timneutkens/slack-tel-command

Last synced: 21 days ago
JSON representation

Small slash command to get a user's phone number from the slack user directory

Awesome Lists containing this project

README

        

# Slack `/tel` command

Small slash command to get a user's phone number from the slack user directory

## Usage

`/tel [name]`

### Running the server

```bash
SLACK_API_TOKEN= SLACK_TOKEN= npm start
```

#### Deployment to [now.sh](https://zeit.co/now/)

```bash
now -e SLACK_API_TOKEN= -e SLACK_TOKEN=
```