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
- Host: GitHub
- URL: https://github.com/n0bisuke/netlify-functions-linebot-example
- Owner: n0bisuke
- Created: 2019-09-14T13:28:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:21:39.000Z (over 2 years ago)
- Last Synced: 2023-06-14T13:31:20.234Z (almost 2 years ago)
- Topics: line, linebot, linemessagingapi, netlify, netlify-functions
- Language: JavaScript
- Homepage: https://qiita.com/n0bisuke/items/55de1cada13a623094b9
- Size: 722 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
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`