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.
- install yarn
- install node (v14+)
$ yarn
// development
$ yarn run dev
// production
$ yarn run start
// use eslint and prettier to format code
$ yarn run lint
Show all example command
/start
Find restaurants by places
/findRestaurantsByPlaces
Find restaurant by phone
/findRestaurantByPhone
Please refer to CONTRIBUTING.md