Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```