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
- Host: GitHub
- URL: https://github.com/yeukfei02/lunchpickerbot
- Owner: yeukfei02
- License: mit
- Created: 2020-01-21T12:38:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T17:51:32.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:53:43.776Z (over 1 year ago)
- Topics: hacktoberfest, javascript, lunch, lunch-picker, lunch-picker-bot, nodejs, telegram, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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)