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

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

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
```