-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yannic Schencking
committed
Nov 11, 2017
1 parent
c927457
commit 6d00593
Showing
10 changed files
with
371 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"name": "Cafe Garbo im Cinema", | ||
"slug": "cafe-garbo", | ||
"type": ["Cafe"], | ||
"food": ["Pasta", "Salat", "Pfannkuchen", "Bratkartoffeln"], | ||
"min_price": 9, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "12:00", | ||
"end": "14:00" | ||
}, | ||
{ | ||
"type": "breakfast", | ||
"day": "sunday", | ||
"start": "10:00", | ||
"end": "13:00" | ||
}, | ||
{ | ||
"type": "open", | ||
"start": "10:00", | ||
"end": "00:00" | ||
} | ||
], | ||
"lunch_desc": "Im Mittagsmenü gibt's immer das tägliche wechselnde Hauptgericht + Nachtisch für 80ct günstiger.", | ||
"payment_methods": ["cash", "debit_card", "credit_card"], | ||
"wifi": true, | ||
"menu_url": "http://www.cinema-muenster.de/menu/cafe-garbo/speise-und-getraenkekarte.html", | ||
"url": "http://www.cinema-muenster.de/menu/cafe-garbo.html", | ||
"address": { | ||
"street": "Warendorfer Str. 45", | ||
"zip": "48145", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.9619735, | ||
"lon": 7.6428276 | ||
} | ||
}, | ||
"phone": "+49 251 30309" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "FOK", | ||
"slug": "fok-muenster", | ||
"type": ["Imbiss"], | ||
"food": ["Döner"], | ||
"min_price": 4.00, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "12:00", | ||
"end": "14:30" | ||
} | ||
], | ||
"payment_methods": ["cash"], | ||
"wifi": false, | ||
"lunch_desc": "Hier gibts Fast-Food unter dem Motto 'Fleisch oder Kartoffel' (FOK)", | ||
"menu_url": "https://www.foodora.de/restaurant/s9hu/fok-food", | ||
"url": "https://www.facebook.com/fok.muenster/", | ||
"address": { | ||
"street": "Hansaring 37", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.9533033, | ||
"lon": 7.6413255 | ||
} | ||
}, | ||
"phone": "", | ||
"rating": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Food Point", | ||
"slug": "food-point", | ||
"type": ["Imbiss"], | ||
"food": ["Döner", "Currywurst", "Pizza", "Burger", "Pommes", "Bratwurst"], | ||
"min_price": 4, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "daily", | ||
"start": "12:00", | ||
"end": "01:00" | ||
} | ||
], | ||
"lunch_desc": "Die Meinungen über die Essensqualität gehen stark auseinander. Sagen wir mal 'Passable Dönerbude'.", | ||
"payment_methods": ["cash"], | ||
"wifi": false, | ||
"menu_url": "", | ||
"url": "https://www.facebook.com/Food-Point-M%C3%BCnster-1429969017243301/", | ||
"address": { | ||
"street": "Albersloher Weg 14", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.9503853, | ||
"lon": 7.6370001 | ||
} | ||
}, | ||
"phone": "+49 251 53952769" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "Cafe Med", | ||
"type": ["Restaurant"], | ||
"food": ["Pasta", "Salat"], | ||
"min_price": 10.50, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "12:00", | ||
"end": "14:30" | ||
} | ||
], | ||
"payment_methods": ["cash", "debit_card", "credit_card"], | ||
"lunch_desc": "Ab 10,50 EUR bekommt man im Mittagsmenü ein Getränk, Hauptgericht und Kaffeespezialität.", | ||
"wifi": false, | ||
"menu_url": "http://cafe-med.de/Kulinarisches/Mittagstisch", | ||
"url": "http://cafe-med.de", | ||
"address": { | ||
"street": "Hafenweg 26 a", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.951958, | ||
"lon": 7.643115 | ||
} | ||
}, | ||
"phone": "+49 251 6749595" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "Pier House", | ||
"slug": "pier-house", | ||
"type": ["Restaurant"], | ||
"food": ["Pasta", "Burger", "Salat"], | ||
"min_price": 5.60, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "11:00", | ||
"end": "17:00" | ||
}, | ||
{ | ||
"type": "happy_hour", | ||
"day": "weekday", | ||
"start": "22:00", | ||
"end": "00:00" | ||
}, | ||
{ | ||
"type": "happy_hour", | ||
"day": "weekday", | ||
"start": "18:00", | ||
"end": "20:00", | ||
"desc": "Tagescocktail" | ||
} | ||
], | ||
"payment_methods": ["cash", "debit_card", "credit_card"], | ||
"wifi": false, | ||
"lunch_desc": "Alle Gerichte von der Mittagskarte inkl. Getränk", | ||
"menu_url": "http://www.pierhouse.de/mittagskarte.php", | ||
"url": "http://www.pierhouse.de/", | ||
"address": { | ||
"street": "Hafenweg 22", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.95226, | ||
"lon": 7.64129 | ||
} | ||
}, | ||
"phone": "+49251 / 8 99 79 99" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Stadtwerke-Kantine im Stadthaus 3", | ||
"type": ["Kantine"], | ||
"food": ["Pasta", "Salat"], | ||
"min_price": 6.00, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "13:00", | ||
"end": "14:30" | ||
} | ||
], | ||
"lunch_desc": "Täglich wechselnde Hauptgerichte. Ab 13:00 geöffnet für jedermann, davor eigentlich nur für Stadtwerke-Mitarbeiter, kann man aber auch schon vorher hingehen.", | ||
"payment_methods": ["special_card"], | ||
"wifi": false, | ||
"menu_url": "", | ||
"url": "", | ||
"address": { | ||
"street": "Albersloher Weg 33", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.950284, | ||
"lon": 7.638499 | ||
} | ||
}, | ||
"phone": "", | ||
"rating": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Hansa Burger", | ||
"slug": "hansa-burger", | ||
"type": ["Imbiss"], | ||
"food": ["Currywurst", "Pommes", "Schnitzel", "Mantaplatte", "Bamischeibe"], | ||
"min_price": 4.00, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "daily", | ||
"start": "11:30", | ||
"end": "22:00" | ||
} | ||
], | ||
"payment_methods": ["cash"], | ||
"lunch_desc": "Klassische deutsche Imbissbude. Im Sommer kann man draußen vor der Bude sitzen.", | ||
"wifi": false, | ||
"menu_url": "", | ||
"url": "http://www.heinemanns-grillbetriebe.de/Hansa_Grill/Hansa_Grill_Seite/Hansa_Grill_Seite.html", | ||
"address": { | ||
"street": "Hansaring 36", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.9530228, | ||
"lon": 7.6408534 | ||
} | ||
}, | ||
"phone": "+49251 - 6 41 18", | ||
"rating": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "King Döner 2", | ||
"slug": "king-doener2", | ||
"type": ["Imbiss"], | ||
"food": ["Döner", "Currywurst", "Pizza", "Burger", "Pommes", "Bratwurst"], | ||
"min_price": 4, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "daily", | ||
"start": "11:00", | ||
"end": "00:00" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "friday", | ||
"start": "11:00", | ||
"end": "06:30" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "saturday", | ||
"start": "11:00", | ||
"end": "06:30" | ||
} | ||
], | ||
"lunch_desc": "Familiengeführte Dönerbude, hier gibt's wenig zu beanstanden.", | ||
"payment_methods": ["cash"], | ||
"wifi": false, | ||
"menu_url": "", | ||
"url": "https://www.facebook.com/kingdoner2/", | ||
"address": { | ||
"street": "Albersloher Weg 3", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.9520370, | ||
"lon": 7.6364120 | ||
} | ||
}, | ||
"phone": "+49 251 2897700" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"name": "Der silberne Löffel", | ||
"slug": "der-silberne-loeffel", | ||
"type": ["Restaurant"], | ||
"food": ["Pasta", "Pizza"], | ||
"min_price": 7.50, | ||
"price_type": "fixed", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "tuesday", | ||
"start": "11:45", | ||
"end": "14:00" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "wednesday", | ||
"start": "11:45", | ||
"end": "14:00" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "thursday", | ||
"start": "11:45", | ||
"end": "14:00" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "friday", | ||
"start": "11:45", | ||
"end": "14:00" | ||
}, | ||
{ | ||
"type": "lunch", | ||
"day": "saturday", | ||
"start": "11:45", | ||
"end": "14:00" | ||
} | ||
], | ||
"payment_methods": ["cash", "debit_card", "credit_card"], | ||
"wifi": false, | ||
"menu_url": "https://i.imgur.com/QwsmbNb.jpg", | ||
"url": "http://www.der-silberne-loeffel.de/", | ||
"address": { | ||
"street": "Überwasserstraße 3", | ||
"zip": "48143", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.965230, | ||
"lon": 7.620721 | ||
} | ||
}, | ||
"phone": "+49251392045" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Töfte Köfte", | ||
"slug": "toefte-koefte", | ||
"type": ["Türkischer Imbiss"], | ||
"food": ["Köfte", "Pide", "Salat", "Döner"], | ||
"min_price": 4.00, | ||
"price_type": "range", | ||
"times": [ | ||
{ | ||
"type": "lunch", | ||
"day": "weekday", | ||
"start": "12:00", | ||
"end": "14:30" | ||
} | ||
], | ||
"payment_methods": ["cash"], | ||
"wifi": false, | ||
"menu_url": "", | ||
"lunch_desc": "Diverse türkische Gerichte, lecker zubereitet", | ||
"url": "", | ||
"address": { | ||
"street": "Bernhard-Ernst-Straße 7", | ||
"zip": "48155", | ||
"city": "Münster", | ||
"geo": { | ||
"lat": 51.952274, | ||
"lon": 7.6372732 | ||
} | ||
}, | ||
"phone": "", | ||
"rating": 4 | ||
} |