Skip to content

Commit 3a660db

Browse files
author
Hyunje Jun
committed
Init for kitchensink example
1 parent 0b31b6d commit 3a660db

File tree

3 files changed

+521
-0
lines changed

3 files changed

+521
-0
lines changed

examples/kitchensink/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Kitchen Sink Bot
2+
3+
A kitchen-sink LINE bot example
4+
5+
## How to use
6+
7+
Install deps:
8+
9+
```bash
10+
$ npm install
11+
```
12+
13+
Configuration:
14+
15+
``` bash
16+
$ export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
17+
$ export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
18+
$ export PORT=1234
19+
```
20+
21+
Run:
22+
23+
``` bash
24+
$ node .
25+
```

0 commit comments

Comments
 (0)