Skip to content

jonathas/daily-menu-offers

Repository files navigation

Daily Menu Offers

Coverage Status

What are my favourite pubs/restaurants serving today?

Every pub presents information about its daily or weekly menu somewhere on the web. This script finds out and presents information about what each of the restaurants below is cooking today (it also includes soups). The information is printed to the console.

It's good to know what's being cooked when you don't know what you're craving.

Screenshot

Running

  • Install yarn if you don't have it
  • Run the command to install the packages:
yarn install
  • Run the script (today's date):
yarn start
  • Optional: Run the script (specifying a date):
yarn start --date 2021-10-01

Ps: The date format must be YYYY-MM-DD

Testing

In order to run the tests, run the following command:

yarn test

Pubs