Skip to content

louis70109/liff-concatenate-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE LIFF concatenate mode example

License: MIT

This is a template for LIFF concatenate mode by nodejs.

Environment

  • LINE LIFF v2.7 concatenate mode
  • Express / nodejs v12.18

Heroku

You can test this project on Heroku.

Deploy

Use following up commands to check machine:

heroku run bash -a YOUR_HEROKU_NAME
heroku logs --tail -a YOUR_HEROKU_NAME

LIFF Settings

Local testing

  1. first terminal window
cp .env.sample .env
npm install
npm run dev
  1. Create a provisional Https:
ngrok http 5000

If you have npm environment:

npx ngrok http 5000

  1. Copy url to LINE Developer Console

License

MIT License