This is a LINE BOT API application.
This application remind you the day of your pickup schedule.
https://developers.line.me/en/
Remember your user id, channel secret and channel access token.
see https://developers.line.me/en/docs/messaging-api/getting-started/
Go to dashboard Click "Setting" you'll find "Config Variables", add following variables:
- LINE_BOT_CHANNEL_SECRET : your channel secret
- LINE_BOT_CHANNEL_TOKEN : your channel access token
- LINE_ID : your user id
- LINE_CRON : cron (see http://www.nncron.ru/help/EN/working/cron-format.htm)
see https://devcenter.heroku.com/articles/config-vars
To enable webhooks, select Use webhooks.
Enter a webhook URL for your bot in the "Channel settings" page on the console.
URL: https://{YOUR_HEROKU_APP_NAME}.herokuapp.com/callback
see https://developers.line.me/en/docs/messaging-api/building-bot/
see https://developers.line.me/en/docs/messaging-api/building-sample-bot-with-heroku/