Skip to content
/ at11 Public
forked from ERNICommunity/at11

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

License

Notifications You must be signed in to change notification settings

raphac/at11

 
 

Repository files navigation

Build Status Dependency Status

at11

Simple web application that fetches daily lunch menus from popular restaurants near puls5.

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 a pull request.
  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 and linter.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.4%
  • JavaScript 21.6%
  • CSS 4.0%