Skip to content

Latest commit

 

History

History
 
 

azure-node-line-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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