Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syky27/LunchGuy
A simple application for retrieving lunch menus of selected restaurants around FIT CTU
https://github.com/syky27/LunchGuy
Last synced: 2 months ago
JSON representation
A simple application for retrieving lunch menus of selected restaurants around FIT CTU
- Host: GitHub
- URL: https://github.com/syky27/LunchGuy
- Owner: syky27
- Created: 2016-05-23T22:22:13.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2017-11-26T15:11:06.000Z (about 7 years ago)
- Last Synced: 2024-08-03T17:20:31.006Z (6 months ago)
- Language: Swift
- Homepage: http://obedar.fit.cvut.cz/
- Size: 65.8 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Obědář
README
[![codebeat badge](https://codebeat.co/badges/520cc9b2-ac22-49ba-9fa1-8c53c4ff4052)](https://codebeat.co/projects/github-com-syky27-lunch_guy-ios)
# lunch_guy-ios (in progress)
A simple application for retrieving lunch menus of selected restaurants using https://github.com/tomaskadlec/lunch_guy API## Screenshots
![1](https://raw.githubusercontent.com/syky27/lunch_guy-ios/dev/screenshots/2.png)
![2](https://raw.githubusercontent.com/syky27/lunch_guy-ios/dev/screenshots/1.png)
## Localization
The app is currently localized into Czech and English. We use `SwiftGen` to generate localization `enum`s which are used acrossed whole app. If you updated the `Localization.strings` files, just switch Xcode target to Localization and build it. While editing these files, remember to always edit all languages accordingly - but don't worry, Danger will check that for you once you create the pull request.