Skip to content

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

hoppushoppard/at11

 
 

Repository files navigation

Build Status Dependency Status

at11

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 writen it TypeScript, so first you need to have Node.js up and running.

  1. Get the source code by either downloading a zip or cloning this repo.
  2. Change into directory with extracted/cloned sources cd path/to/sources.
  3. Execute npm install. This might take a moment as all required dependecies need to be downloaded.
  4. Execute npm run build to transpile typescript into javascript.
  5. Execute npm start. This will prompt a few messages, last of them being Done, listening on http://:::54321 and hang.
  6. Navigate your browser to http://localhost:54321 and you should see today's menus.
  7. You can execute npm test to run the tests and linter.

P.S.: Visual Studio Code settings are included in the repo, so if you use it, you are all set up...

Contributing

Feel free to fork the repo, make improvements and create a pull request.

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

  • TypeScript 47.5%
  • HTML 34.6%
  • CSS 13.2%
  • JavaScript 4.7%