Skip to content

Commit

Permalink
Merge pull request #62 from ScilifelabDataCentre/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
eriksjolund authored Oct 20, 2023
2 parents cec4e63 + 724e41a commit aad915b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Lunch Menu Aggregator
=====================

This is the code for a webpage listing the menus of the restaurants near SciLifeLab Solna (KI) and Uppsala (BMC).
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](https://github.com/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 BeatifulSoup to download and parse the restaurant web pages.
* A backend that makes the menus available via via an API built on top of Flask.
* 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).


Expand Down

0 comments on commit aad915b

Please sign in to comment.