Giter Club home page Giter Club logo

lunch-menu's Introduction

Lunch Menu Aggregator

This is the code for a web page listing the menus of the restaurants near SciLifeLab Solna (KI) and Uppsala (BMC).

The first code was written in 2010 by @talavis, who is still the main developer. There are also multiple contributors of e.g. bugfixes and new parsers.

There are three parts:

  • A parser that can be imported in Python. It uses Requests and BeautifulSoup to download and parse the restaurant web pages.
  • A backend that makes the menus available via an API built on top of Flask.
  • A frontend that presents the menus in a more readable format (by making requests to the backend). It is written in Quasar (Vue).

Development

Run docker-compose up.

Add a new restaurant

To add a new restaurant:

  1. Add the parser function to parser.py
  2. Add the relevant keyword and function name to MAPPER in main.py
  3. Add information about the restaurant to restaurants.json

Supported endpoints in the flask application:

  • /restaurant (json): List all supported restaurants
  • /restaurant/<identifier> (json): Retrieve menu for a restaurant (identifier can be obtained from the above request).

Hosted versions:

Feedback

Bugs and requests for new restaurants or features should be submitted as issues to Github.

lunch-menu's People

Contributors

dahlo avatar dependabot[bot] avatar eriksjolund avatar snyk-bot avatar talavis avatar viklund avatar withrocks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lunch-menu's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.