Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.04 KB

Azure-line-bot-exmaple

This is simple echo bot on Line messenger.

Before you begin

Get started

install dependencies

$ npm install 

insert your Line bot Access Token & Secret

const config = {
  channelAccessToken: "CHANNEL_ACCESS_TOKEN",
  channelSecret: "CHANNEL_SECRET",
};

deploy

serverless deploy

image

More details