[For Student]
It's a teaching material for practicing linebot, which is based on Node.js, Express and linebot. Have fun and enjoy it.
// .env, fill in your personal data
LINE_CHANNEL_ID=""
LIEN_CHANNEL_SECRET=""
LINE_CHANNEL_ACCESS_TOKEN=""
$ npm install
$ npm run dev
# mac
$ ./ngrok http 3000
# windows
$ ngrok-win http 3000