Skip to content

vorrawut/LINE-BOT-NODEJS-STARTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE Bot API EchoBot Example

A LINE Bot API example showing how to receive and return each type of messages.

Prerequisite

Running Locally

Set your credentials for LINE Bot API and Simsimi API in index.js Make sure you have Node.js installed.

$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ git init
$ heroku create
$ git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published