A line chatbot to help you choose what food you want to eat. Just tell the bot "หิว" and it will send you a random food for you
- Line Bot SDK
- Firebase Cloud Functions
RPReplay_Final1709744616.MP4
Clone and cd
to functions
git clone
cd kin-rai-dee/functions
Install dependencies
npm install
Set up .env
. You can get tokens from The Line Developer console.
CHANNEL_ACCESS_TOKEN=
CHANNEL_SECRET=
Start editing the code, once finished deploy by running this command
npm build
firebase deploy --only functions