/lunchPickerBot

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

Primary LanguageJavaScriptMIT LicenseMIT


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

$ 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

/start

Find restaurants by places

/findRestaurantsByPlaces

Find restaurant by phone

/findRestaurantByPhone

Contributing

Please refer to CONTRIBUTING.md