Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qu1etboy/kin-rai-dee
A line chatbot to help you choose what food you want to eat.
https://github.com/qu1etboy/kin-rai-dee
firebase firebase-cloud-functions linebot nodejs typescript
Last synced: 20 days ago
JSON representation
A line chatbot to help you choose what food you want to eat.
- Host: GitHub
- URL: https://github.com/qu1etboy/kin-rai-dee
- Owner: Qu1etboy
- Created: 2023-03-15T15:07:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T17:13:51.000Z (10 months ago)
- Last Synced: 2024-04-20T12:00:06.556Z (8 months ago)
- Topics: firebase, firebase-cloud-functions, linebot, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 9.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kin Rai Dee (กินไรดี)
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
## Tools
- Line Bot SDK
- Firebase Cloud Functions## Demo
https://github.com/Qu1etboy/kin-rai-dee/assets/95042765/516ab9aa-1ce9-4bb6-9832-d06471eb4a80
## Getting Started
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.
```bash
CHANNEL_ACCESS_TOKEN=
CHANNEL_SECRET=
```Start editing the code, once finished deploy by running this command
```sh
npm build
firebase deploy --only functions
```