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.
- 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
In order to run the tests, run the following command:
yarn test