Skip to content

Commit

Permalink
Merge branch 'feature/ipp-bistro' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
srehwald committed Nov 26, 2017
2 parents f06d8c9 + 6adfcb1 commit 26dd271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ By now, the following locations are available:
- Mensa Arcisstraße
- StuBistro Großhadern
- FMI Bistro
- IPP Bistro

Call `eat -h` in order to see the correct names you need to use within the tool.

This project is using [eat-api](https://github.com/srehwald/eat-api).

## Usage

Check out the usage menu:
Expand All @@ -36,6 +39,7 @@ Locations: <full name> (<short name>)
mensa-arcisstrasse (ma)
stubistro-grosshadern (sg)
fmi-bistro (fmi)
ipp-bistro (ipp)
```

Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var locations = map[string]string{
"ma": "mensa-arcisstrasse",
"sg": "stubistro-grosshadern",
"fmi": "fmi-bistro",
"ipp": "ipp-bistro",
}

// API urls
Expand All @@ -46,6 +47,7 @@ var apis = map[string]string {
"mensa-arcisstrasse": "https://srehwald.github.io/eat-api/",
"stubistro-grosshadern": "https://srehwald.github.io/eat-api/",
"fmi-bistro": "https://srehwald.github.io/eat-api/",
"ipp-bistro": "https://srehwald.github.io/eat-api/",
}

var currentDate = time.Now()
Expand Down

0 comments on commit 26dd271

Please sign in to comment.