This is a food web application that use the basic functionality of the LINE Front-End Framework (LIFF v2).
To start developing this app, we must first create a provider and a channel on the LINE Developers Console to get a channel access token.
To get more information about deployment method, please check the documentation about using Heroku CLI.
- Create the app URL https://aplikasijajan.herokuapp.com from Heroku Account.
- Add the app URL to LIFF Endpoint URL. Please take a look at How to adding a LIFF app.
- Set the
LIFF ID
to liff-starter.js. Please refer to the API Reference Page for initializes the app. - Open the LIFF URL in the LINE app or external browser.
To open the LIFF app within the LINE app, follow the steps below:
- Enter the LIFF URL
https://liff.line.me/{liffId}
on the LINE chat screen.{liffId}
was created when adding the LIFF app. - Tap the LIFF URL displayed in the bubble to open the LIFF app.
- Agree to grant the required permissions to the LIFF app.
For more information please check this official documentation.