dorny / at11

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

Home Page:https://at11.azurewebsites.net/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (including debugging). You need to do only first 3 steps, then launch VS Code in that directory (code .), hit F5, lean back and relax...

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.

https://at11.azurewebsites.net/.

License:The Unlicense


Languages

Language:TypeScript 54.4%Language:HTML 33.4%Language:JavaScript 6.1%Language:CSS 6.0%