Web application displaying daily menus of favorite restaurants in Žilina.
Live application is running at https://zilinaham.herokuapp.com/.
Currently supported restaurants:
- Trattoria
- Spirit
- O2
- Gusto
- Kamélia
- Central Park
- Level 7
- Chef restaurant
Fork of at11 by Erni.
Original readme:
Simple web application that fetches daily lunch menus from popular restaurants near ERNI Slovakia office.
Live application is running at http://at11.azurewebsites.net/.
This is a Node.js. powered application, so first you need to have Node.js up and running. You can get node.js installers from here.
- Get the sources and extract them locally. You can also clone the repository if you wish. If you want to contribute feel free to fork the repo, make improvements and create pull requests.
- Change into directory with sources
cd path/to/sources
. - Execute
npm install
. This might take a while as all required dependecies need to be downloaded. - After successful installation execute
npm start
. This will prompt a few messages, last of them beingDone, listening on http://:::54321
and hang. - Navigate your browser to http://localhost:54321 and you should see today's menus.
- You can execute
npm test
to run the tests.