Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timneutkens/slack-tel-command
- Owner: timneutkens
- Created: 2016-09-30T06:50:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T11:20:34.000Z (over 8 years ago)
- Last Synced: 2024-10-05T12:41:07.972Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```