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

https://github.com/yeukfei02/lunchpickerbot

Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpickerbot

hacktoberfest javascript lunch lunch-picker lunch-picker-bot nodejs telegram telegram-bot

Last synced: about 1 month ago
JSON representation

Lunch picker is the tool to help you to answer where should I have lunch

Awesome Lists containing this project

README

          




lunchPickerBot



If you’re a working software engineer, you’ve probably encountered with one of the toughest questions, where should I have lunch?

Lunch picker is the tool you’ll turn to to answer this question.

## Requirement

- install yarn
- install node (v14+)

## Testing and run

```zsh
$ yarn

// development
$ yarn run dev

// production
$ yarn run start

// use eslint and prettier to format code
$ yarn run lint
```

## Example command

Show all example command

```zsh
/start
```

Find restaurants by places

```zsh
/findRestaurantsByPlaces
```

Find restaurant by phone

```zsh
/findRestaurantByPhone
```

## Contributing

Please refer to [CONTRIBUTING.md](https://github.com/yeukfei02/lunchPickerBot/blob/master/CONTRIBUTING.md)