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

https://github.com/n0bisuke/netlify-functions-linebot-example

LINE BOT Example for Node.js on netlify functions
https://github.com/n0bisuke/netlify-functions-linebot-example

line linebot linemessagingapi netlify netlify-functions

Last synced: about 1 month ago
JSON representation

LINE BOT Example for Node.js on netlify functions

Awesome Lists containing this project

README

        

## dependencies

* express
* @line/bot-sdk
* serverless-http
* netlify-lambda
* dotenv

## .env

```
CHANNEL_SECRET=xxxxxxxxxxx
CHANNEL_ACCESS_TOKEN=xxxxxxxxxxx
```

## Webhook URL

`https://.netlify.com/.netlify/functions/server/webhook`