File tree Expand file tree Collapse file tree 9 files changed +383
-11
lines changed Expand file tree Collapse file tree 9 files changed +383
-11
lines changed Original file line number Diff line number Diff line change
1
+ /downloaded /*
Original file line number Diff line number Diff line change @@ -4,22 +4,26 @@ A kitchen-sink LINE bot example
4
4
5
5
## How to use
6
6
7
- Install deps:
7
+ ### Install deps
8
8
9
- ``` bash
10
- $ npm install
9
+ ``` shell
10
+ npm install
11
11
```
12
12
13
- Configuration:
13
+ Also, FFmpeg and ImageMagick should be installed to test image and video
14
+ echoing.
14
15
15
- ``` bash
16
- $ export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
17
- $ export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
18
- $ export PORT=1234
16
+ ### Configuration
17
+
18
+ ``` shell
19
+ export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
20
+ export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
21
+ export BASE_URL=https://your.base.url # for static file serving
22
+ export PORT=1234
19
23
```
20
24
21
- Run:
25
+ ## Run
22
26
23
- ``` bash
24
- $ node .
27
+ ``` shell
28
+ node .
25
29
```
You can’t perform that action at this time.
0 commit comments