install
npm install
run
npm start
build
docker build -t line-bot-js .
run
docker run -p 3000:3000 line-bot-js
run ngrok.exe
in cmd
ngrok.exe http 3000
in message-api, webhook URL change to
https://????????.ngrok-free.app/webhook
-
(solved) disturbing message
感謝您的訊息! 很抱歉,本帳號無法個別回覆用戶的訊息。 敬請期待我們下次發送的內容喔(moon smile)
-
input: post json handling
-
voting mechanism
-
output: offset api (determined by voting)
- postman to pretend!!!