/at11

Web application displaying daily menus of favorite restaurants in Žilina and at patronka.

Primary LanguageHTMLThe UnlicenseUnlicense

at11

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:

Build Status Dependency Status

Simple web application that fetches daily lunch menus from popular restaurants near ERNI Slovakia office.

Live application is running at http://at11.azurewebsites.net/.

Developer's installation instructions

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.

  1. 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.
  2. Change into directory with sources cd path/to/sources.
  3. Execute npm install. This might take a while as all required dependecies need to be downloaded.
  4. After successful installation execute npm start. This will prompt a few messages, last of them being Done, listening on http://:::54321 and hang.
  5. Navigate your browser to http://localhost:54321 and you should see today's menus.
  6. You can execute npm test to run the tests.