You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Setup your webhook URL in your LINE Official Account to be in the following format. Don't forget to disable the greeting messages and auto-response messages for convenience.
39
+
-Set up your webhook URL in your LINE Official Account to be in the following format. Don't forget to disable the greeting messages and auto-response messages for convenience.
41
40
42
41
```bash
43
42
https://example-url.com/webhook
@@ -55,48 +54,3 @@ npm run build
55
54
npm start
56
55
```
57
56
58
-
## Alternative Installation
59
-
60
-
If you want to deploy it via Heroku, it is also possible and is even easier for testing purposes.
heroku create <YOUR_APP_NAME># Do not specify for a random name
79
-
```
80
-
81
-
- Setup the environment variables, and don't forget to setup your webhook URL (from the Heroku application that you have just created) in your LINE Offical Account. The webhook URL will still accept the following format: `https://example-url.com.herokuapp.com/webhook`.
0 commit comments