https://github.com/pankajpatel/slack-slapp-example
An example Slack app built with slapp
https://github.com/pankajpatel/slack-slapp-example
Last synced: 4 months ago
JSON representation
An example Slack app built with slapp
- Host: GitHub
- URL: https://github.com/pankajpatel/slack-slapp-example
- Owner: pankajpatel
- Created: 2017-05-24T07:14:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:32:55.000Z (over 1 year ago)
- Last Synced: 2025-01-17T17:19:58.598Z (6 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Slapp Example
## Setup
```bash
npm install
```## Targets
```bash
# start the bot
npm start# run bot in dev mode
npm run dev# run tests
npm test
```