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

https://github.com/markwengstr/node-linebot-docx-tools

line bot to manipulate docx by nodejs
https://github.com/markwengstr/node-linebot-docx-tools

Last synced: 3 months ago
JSON representation

line bot to manipulate docx by nodejs

Awesome Lists containing this project

README

          

# How to use

https://www.youtube.com/watch?v=nCYxdchmNkE

# Echo Bot

An example LINE bot just to echo messages

## How to use

### Install deps

``` shell
$ npm install
```

### Configuration

``` shell
$ export CHANNEL_SECRET=YOUR_CHANNEL_SECRET
$ export CHANNEL_ACCESS_TOKEN=YOUR_CHANNEL_ACCESS_TOKEN
$ export PORT=1234
```

### Run

``` shell
$ node .
```

## Webhook URL

```
https://your.base.url/callback
```