Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.16 KB

File metadata and controls

37 lines (24 loc) · 1.16 KB

Bolt app template

Bolt is our framework that lets you build JavaScript-based Slack apps in a flash.

This project is a simple app template to make it easy to create your first Bolt app. Read our Getting Started with Bolt guide for a more in-depth tutorial

Your Project

  • app.js contains the primary Bolt app. It imports the Bolt package (@slack/bolt) and starts the Bolt app's server. It's where you'll add your app's listeners.
  • .env is where you'll put your Slack app's authorization token and signing secret.
  • The examples/ folder contains a couple of other sample apps that you can peruse to your liking. They show off a few platform features that your app may want to use.

\ ゜o゜)ノ

Coded with JS and Bolt

Tested with Glitch

All code is currently on the glitch branch

changelog/timeline

0.0

0.1

  1. 08/28/2020: creates channels when message is sent

1.0