https://github.com/jonathas/daily-menu-offers
What are my favourite pubs/restaurants serving today?
https://github.com/jonathas/daily-menu-offers
brno czech nodejs scraping typescript webscraping
Last synced: about 2 months ago
JSON representation
What are my favourite pubs/restaurants serving today?
- Host: GitHub
- URL: https://github.com/jonathas/daily-menu-offers
- Owner: jonathas
- License: mit
- Created: 2021-09-28T16:26:05.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-14T06:07:01.000Z (over 3 years ago)
- Last Synced: 2025-01-16T22:37:56.817Z (3 months ago)
- Topics: brno, czech, nodejs, scraping, typescript, webscraping
- Language: TypeScript
- Homepage:
- Size: 2.11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Menu Offers
[](https://coveralls.io/github/jonathas/daily-menu-offers?branch=develop)
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.

## Running
- Install yarn if you don't have it
- Run the command to install the packages:```bash
yarn install
```- Run the script (today's date):
```bash
yarn start
```- Optional: Run the script (specifying a date):
```bash
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:
```bash
yarn test
```## Pubs
- [Pivnice U Čapa](https://www.pivnice-ucapa.cz/denni-menu.php)
- [Suzie's Steak Pub](http://www.suzies.cz/poledni-menu)
- [Veroni Cafe](https://www.menicka.cz/4921-veroni-coffee--chocolate.html)