A LINE Bot API example showing how to receive and return each type of messages.
- Have a LINE BOT Trial account running
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.
$ git init
$ heroku create
$ git push heroku master