-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
900 lines (900 loc) · 18.7 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
{
"burgers": [
{
"id": 0,
"name": "Tribute Burger",
"restaurant": "Honest Burgers",
"web": "www.honestburgers.co.uk",
"description": "A mouth-watering honest beef burger",
"ingredients": [
"beef",
"american cheese",
"burger sauce",
"french mustard",
"pickes",
"onion",
"lettuce"
],
"addresses": [
{
"addressId": 0,
"number": "75",
"line1": "Venn Street",
"line2": "Clapham",
"postcode": "SW4 0BD",
"country": "United Kingdom"
}
]
},
{
"id": 1,
"name": "Pulled Mooshie",
"restaurant": "Mooshies",
"web": "www.veganburger.org",
"description": "Spicy vegan burger with jackfruit",
"ingredients": [
"jackfruit",
"coleslaw",
"gluten free bun"
],
"addresses": [
{
"addressId": 0,
"number": "104",
"line1": "Brick Lane",
"line2": "Shoreditch",
"postcode": "E1 6RL",
"country": "United Kingdom"
}
]
},
{
"id": 2,
"name": "Krabby Patty",
"restaurant": "Krusty Krab",
"web": "https://twitter.com/SpongeBob",
"description": "The only people who don't like a Krabby Patty have never tasted one.",
"ingredients": [
"bun",
"patty",
"ketchup",
"mustard",
"pickles",
"onions",
"lettuce",
"cheese",
"tomato",
"bun"
],
"addresses": [
{
"addressId": 0,
"number": "831",
"line1": "Bottom Feeder Lane",
"line2": "",
"postcode": "",
"country": "Bikini Bottom, Pacific Ocean"
}
]
},
{
"id": 3,
"name": "The Good Burger",
"restaurant": "Good Burger",
"web": "https://en.wikipedia.org/wiki/Good_Burger",
"description": "Welcome to Good Burger, home of the Good Burger, can I take your order?",
"ingredients": [
"bun",
"tomato",
"Ed's secret sauce",
"lettuce",
"onions",
"cheese"
],
"addresses": [
{
"addressId": 0,
"number": "000",
"line1": "Good Burger",
"line2": "437 Glendora Ave.",
"postcode": "CA",
"country": "United States"
}
]
},
{
"id": 4,
"name": "Crunchy Nacho Burger",
"restaurant": "Max Burgers",
"web": "https://www.max.se/maten/meny/burgare/crunchy-nacho-burger/",
"description": "The best combination of crunchiness and softness, all in one single burger",
"ingredients": [
"sesame bun",
"salsa",
"cheddar",
"nachos",
"beef",
"tomato",
"pickled onion",
"lettuce",
"jalapeño mayonnaise"
],
"addresses": [
{
"addressId": 0,
"number": "48D",
"line1": "Skeppsbrogatan",
"line2": "Luleå",
"postcode": "971 25",
"country": "Sweden"
}
]
},
{
"id": 5,
"name": "Barbie Burger",
"restaurant": "Flower Burger",
"web": "https://www.flowerburger.it/",
"description": "From a pink explosion was born Barbie Burger, a special edition in partnership with Mattel",
"ingredients": [
"pink bun",
"lentil and beetroot burger",
"tomatoes",
"gentilina salad",
"barbie hummus",
"barbie mayo"
],
"addresses": [
{
"addressId": 0,
"number": "12",
"line1": "Porta Genova",
"line2": "Via Tortona",
"postcode": "20144",
"country": "Italy"
}
]
},
{
"id": 6,
"name": "Curry On My Wayward Bun",
"restaurant": "Bob's Burgers",
"web": "https://bobs-burgers.fandom.com/wiki/Burger_of_the_Day",
"description": "N/A",
"ingredients": [
"beef",
"curry",
"bun"
],
"addresses": [
{
"addressId": 0,
"number": "0",
"line1": "Ocean Avenue",
"line2": "NJ",
"postcode": "08260",
"country": "United States"
}
]
},
{
"id": 7,
"name": "MEISTER ALLER KLASSEN",
"restaurant": "Burgermeister",
"web": "https://burger-meister.de",
"description": "Fast food joint located in a public toilet? Why on earth?!",
"ingredients": [
"2 x meat",
"2 x cheese",
"bacon",
"barbequesauce",
"jalapenos"
],
"addresses": [
{
"addressId": 0,
"number": "1",
"line1": "Potsdamer Platz",
"line2": "Berlin",
"postcode": "10785",
"country": "Germany"
},
{
"addressId": 1,
"number": "45",
"line1": "Eberswalder, Schönhauser Allee",
"line2": "Berlin",
"postcode": "10435",
"country": "Germany"
}
]
},
{
"id": 8,
"name": "Vegetarian Burger (Indian Style)",
"restaurant": "Indian Burgers",
"web": "https://www.cookwithmanali.com/vegetarian-burger-indian-style/",
"description": "With summer around the corner, I had to share a vegetarian burger recipe with you guys. Actually I plan to share more in the next month but I thought I will start with this Indian style Vegetarian Burger aka Masala Burger!",
"ingredients": [
"american cheese",
"burger sauce",
"french mustard",
"pickes",
"onion",
"Veggies"
],
"addresses": [
{
"addressId": 0,
"number": "007",
"line1": "Line1",
"line2": "Line2",
"postcode": "",
"country": "India"
}
]
},
{
"id": 9,
"name": "Fat Santa",
"restaurant": "Sky City Hamilton",
"web": "https://skycityhamilton.co.nz/eat-drink/eat-burger/",
"description": "A Christmas themed burger",
"ingredients": [
"chicken thigh",
"champagne ham",
"sage and onion stuffing",
"gravy mash",
"lettuce",
"tomato",
"cranberry sauce"
],
"addresses": [
{
"addressId": 0,
"number": "348",
"line1": "Victoria street",
"line2": "Hamilton Central, Hamilton",
"postcode": "3204",
"country": "New Zealand"
}
]
},
{
"id": 10,
"name": "Blondie",
"restaurant": "Yankys",
"web": "http://yankyslambton.co.za/menu/",
"description": "Delicious steak burger",
"ingredients": [
"steak",
"BBQ sauce",
"bacon",
"egg",
"cheese",
"lettuce",
"tomato",
"onion",
"gerkins"
],
"addresses": [
{
"addressId": 0,
"number": "114",
"line1": "Webber Road",
"line2": "Lambton, Germiston",
"postcode": "1414",
"country": "South Africa"
}
]
},
{
"id": 11,
"name": "Monster Burger",
"restaurant": "Yankys",
"web": "http://yankyslambton.co.za/menu/",
"description": "Massive meaty burger - the size of a dinner plate",
"ingredients": [
"250g patty",
"bacon",
"cheese",
"2 eggs",
"steak",
"BBQ sauce",
"lettuce",
"tomato",
"onion",
"gerkins"
],
"addresses": [
{
"addressId": 0,
"number": "114",
"line1": "Webber Road",
"line2": "Lambton, Germiston",
"postcode": "1414",
"country": "South Africa"
}
]
},
{
"id": 12,
"name": "Buffalo chicken burger",
"restaurant": "Meat Mission",
"web": "http://meatliquor.com/",
"description": "Large, messy, super tasty buffalo chicken burger",
"ingredients": [
"Fried chicken breast",
"House-made buffalo sauce",
"Lettuce",
"Red onions",
"Blue cheese sauce"
],
"addresses": [
{
"addressId": 0,
"number": "15",
"line1": "Hoxton Market,",
"line2": "Hackney, London",
"postcode": "N1 6HG",
"country": "United Kingdom"
}
]
},
{
"id": 13,
"name": "Cheatday Burger",
"restaurant": "Burgeramt",
"web": "https://www.burgeramt.com/",
"description": "Perfect when you need a day off from your workout routine",
"ingredients": [
"double beef",
"chilli-cheese sauce",
"2 slices cheddar cheese",
"crispy bacon stripes",
"nachos",
"mayonnaise",
"mustard"
],
"addresses": [
{
"addressId": 0,
"number": "21 - 22",
"line1": "Krossener Straße",
"line2": "Berlin",
"postcode": "10245",
"country": "Germany"
}
]
},
{
"id": 14,
"name": "The Truffler (vegan)",
"restaurant": "Byron Burgers",
"web": "https://www.byron.co.uk/",
"description": "Beyond Meat patty, crispy onions, mushrooms, pickled red onions, lettuce American mustard, truffle ‘cheese’ fondue, truffle ‘mayo’",
"ingredients": [
"1/4 Beyond Meat patty",
"crispy onions",
"sauteed mushrooms",
"pickled red onions",
"lettuce",
"American mustard",
"truffle vegan cheese fondue",
"truffle vegan mayo"
],
"addresses": [
{
"addressId": 0,
"number": "41-45",
"line1": "The Cut",
"line2": "London",
"postcode": "SE1 8LF",
"country": "United Kingdom"
},
{
"addressId": 1,
"number": "The Loft",
"line1": "Westfield Shopping Centre",
"line2": "London",
"postcode": "W12 7GF",
"country": "United Kingdom"
}
]
},
{
"id": 15,
"name": "Aloette Buger",
"restaurant": "Aloette",
"web": "https://aloetterestaurant.com/",
"description": "Haute cuisine meets cravings for cheeseburgers.",
"ingredients": [
"6oz beef patty, served medium",
"griddled beaufort cheese",
"cheddar mayo",
"shredded lettuce",
"potato roll"
],
"addresses": [
{
"addressId": 0,
"number": "163",
"line1": "Spadina Ave",
"line2": "Toronto",
"postcode": "M5V 2A5",
"country": "Canada"
}
]
},
{
"id": 16,
"name": "BBQ Burger",
"restaurant": "Fresh Plant Powered",
"web": "https://freshplantpowered.com/",
"description": "Vegan burger made from whole, natural ingredients.",
"ingredients": [
"house-made grain burger",
"bbq sauce",
"quinoa onion rings",
"vegan garlic mayo",
"napa cabbage",
"banana chillies",
"tomato",
"lettuce"
],
"addresses": [
{
"addressId": 0,
"number": "147",
"line1": "Spadina Ave",
"line2": "Toronto",
"postcode": "M5V 2L7",
"country": "Canada"
},
{
"addressId": 1,
"number": "326",
"line1": "Bloor Street West",
"line2": "Toronto",
"postcode": "M5S 1W5",
"country": "Canada"
},
{
"addressId": 2,
"number": "894",
"line1": "Queen Street West",
"line2": "Toronto",
"postcode": "M6J 1G3",
"country": "Canada"
},
{
"addressId": 3,
"number": "90",
"line1": "Eglinton Avenue East",
"line2": "Toronto",
"postcode": "M4P 2Y3",
"country": "Canada"
},
{
"addressId": 4,
"number": "47",
"line1": "Front Street East",
"line2": "Toronto",
"postcode": "M5E 1B3",
"country": "Canada"
},
{
"addressId": 5,
"number": "95",
"line1": "Queen Elizabeth Blvd",
"line2": "Etobicoke",
"postcode": "M8Z 1P3",
"country": "Canada"
},
{
"addressId": 6,
"number": "8768",
"line1": "Sunset Blvd",
"line2": "Los Angeles",
"postcode": "90069",
"country": "United States"
}
]
},
{
"id": 17,
"name": "Carroll's Cheese Burger",
"restaurant": "Carroll's Pub Worms",
"web": "https://www.carrolls-pub-worms.de/",
"description": "Tasty black angus beef burger.",
"ingredients": [
"Irish black angus beef",
"tomato",
"lettuce",
"caramelized onions",
"pickles",
"cheddar cheese",
"tomato relish"
],
"addresses": [
{
"addressId": 0,
"number": "54",
"line1": "Rheinstraße",
"line2": "Worms",
"postcode": "67547",
"country": "Germany"
}
]
},
{
"id": 18,
"name": "Mojitto Burger",
"restaurant": "Burger King India",
"web": "www.mojitto.com",
"description": "Burger a day keeps the fat away",
"ingredients": [
"bread",
"maida",
"chick",
"patty"
],
"addresses": [
{
"addressID": 0,
"number": "8A",
"line1": "Kaythye millath street",
"postcode": "620020",
"country": "India"
}
]
},
{
"id": 19,
"name": "Double Slab Burger",
"restaurant": "Slab Burgers",
"web": "www.slabburgers.com",
"description": "taste of hormone-free running cows",
"ingredients": [
"beef",
"caramelized onions",
"slab sauce",
"pickles",
"mushrooms",
"tomato",
"lettuce"
],
"addresses": [
{
"addressId": 0,
"number": "47",
"line1": "Charles Street West",
"line2": "Toronto, Ontario",
"postcode": "M4Y 2R4",
"country": "Canada"
}
]
},
{
"id": 20,
"name": "Du Brown",
"restaurant": "Du Brown Burger Café",
"web": "https://www.dubrown.com/",
"description": "Home of the no bullshit burger",
"ingredients": [
"beef",
"bacon",
"caramelized onions",
"cheddar cheese",
"barbecue sauce",
"onion rings",
"jalepeños",
"tomato",
"lettuce",
"chipote mayonaise"
],
"addresses": [
{
"addressId": 0,
"number": "12",
"line1": "rue St Léonard",
"line2": "Nantes",
"postcode": "44000",
"country": "France"
}
]
},
{
"id": 21,
"name": "Melting Potes",
"restaurant": "Melting Potes Nantes",
"web": "https://www.meltingpotesnantes.com/",
"description": "Home of the no bullshit burger",
"ingredients": [
"beef",
"poutine",
"raclette cheese",
"honey mustard sauce",
"goats cheese",
"crispy onions"
],
"addresses": [
{
"addressId": 0,
"number": "12",
"line1": "boulevard de la Prairie au Duc",
"line2": "Ile de Nantes, Nantes",
"postcode": "44000",
"country": "France"
}
]
},
{
"id": 22,
"name": "Big Fernand",
"restaurant": "Big Fernand",
"web": "https://bigfernand.com/",
"description": "L'atelier du Hamburgé - The burger workshop",
"ingredients": [
"beef",
"sundried tomates",
"tatar sauce",
"confit onions",
"blue cheese",
"smokey bacon"
],
"addresses": [
{
"addressId": 0,
"number": "7",
"line1": "rue des Halles",
"line2": "Nantes",
"postcode": "44000",
"country": "France"
},
{
"addressId": 1,
"number": "3",
"line1": "Place de Béthune",
"line2": "Lille",
"postcode": "59000",
"country": "France"
},
{
"addressId": 2,
"number": "6",
"line1": "place Jean Jaurès",
"line2": "Montpellier",
"postcode": "34000",
"country": "France"
},
{
"addressId": 3,
"number": "86",
"line1": "Boulevard du Montparnasse",
"line2": "Paris",
"postcode": "75014",
"country": "France"
},
{
"addressId": 4,
"number": "55",
"line1": "rue de Faubourg Poissonnière",
"line2": "Paris",
"postcode": "75009",
"country": "France"
},
{
"addressId": 5,
"number": "4",
"line1": "rue du Parchemin",
"line2": "Strasbourg",
"postcode": "67000",
"country": "France"
}
]
},
{
"id": 23,
"name": "PNY Burger",
"restaurant": "PNY Burger",
"web": "https://pnyburger.com/",
"description": "Home of the no bullshit burger",
"ingredients": [
"beef",
"poutine",
"raclette cheese",
"honey mustard sauce",
"goats cheese",
"crispy onions"
],
"addresses": [
{
"addressId": 0,
"number": "50",
"line1": "rue de Cautartin",
"line2": "Paris",
"postcode": "75009",
"country": "France"
},
{
"addressId": 1,
"number": "120",
"line1": "rue du Faubourg St Antoine",
"line2": "Paris",
"postcode": "75012",
"country": "France"
},
{
"addressId": 2,
"number": "1",
"line1": "rue Perrée",
"line2": "Paris",
"postcode": "75003",
"country": "France"
},
{
"addressId": 3,
"number": "96",
"line1": "rue Oberkampf",
"line2": "Paris",
"postcode": "75011",
"country": "France"
},
{
"addressId": 4,
"number": "24",
"line1": "rue Pierre Fontaine",
"line2": "Paris",
"postcode": "75009",
"country": "France"
}
]
},
{
"id": 24,
"name": "231 East",
"restaurant": "231 East Street",
"web": "https://www.231-east.fr/",
"description": "True New York style burger in France",
"ingredients": [
"beef",
"smoked bacon",
"chicken",
"veggie burgers",
"brioche bun",
"honey mustard sauce",
"onion chutney",
"pepper sauce",
"avacado"
],
"addresses": [
{
"addressId": 0,
"number": "7",
"line1": "rue de la Couronne",
"line2": "Aix-en-Provence",
"postcode": "13100",
"country": "France"
},
{
"addressId": 1,
"number": "9",
"line1": "faubourg Sainte-Claire",
"line2": "Annecy",
"postcode": "7400",
"country": "France"
},
{
"addressId": 2,
"number": "10",
"line1": "Grande rue",
"line2": "Grenoble",
"postcode": "38000",
"country": "France"
},
{
"addressId": 3,
"number": "2",
"line1": "rue de la Pépinière",
"line2": "Paris",
"postcode": "75008",
"country": "France"
},
{
"addressId": 4,
"number": "",
"line1": "boulevard Géneral de Gaulle",
"line2": "Nantes",
"postcode": "44000",
"country": "France"
}
]
},
{
"id": 25,
"name": "Cajun Black Bean Burger",
"restaurant": "The Chicago Diner",
"web": "www.veggiediner.com",
"description": "a hearty veggie burger with a kick that goes great with sweet potato fries",
"ingredients": [
"spicy black bean veggie patty",
"sautéed onions",
"mushrooms",
"spinach",
"tomato",
"fried jalapeño",
"cheddar sauce",
"creole mustard"
],
"addresses": [
{
"addressId": 0,
"number": "3411",
"line1": "N Halsted St",
"line2": "Chicago, Illinois",
"postcode": "60657",
"country": "USA"
},
{
"addressId": 1,
"number": "2333",
"line1": "N Milwaukee Ave",
"line2": "Chicago, Illinois",
"postcode": "60647",
"country": "USA"
}
]
},
{
"id": 26,
"name": "Hatch Green Chile Bacon Burger",
"restaurant": "Whataburger",
"web": "www.whataburger.com",
"description": "burger with hatch green chiles, bacon and cheese",
"ingredients": [
"beef",
"cheese",
"bacon",
"hatch green chiles",
"mayonnaise"
],
"addresses": [
{
"addressId": 0,
"number": "984",
"line1": "388 E Stacy Rd",
"line2": "Allen, TX",
"postcode": "75002",
"country": "USA"
}
]
},
{
"id": 27,
"name": "The Street Burgers and Coctail Bar Prague 1",
"restaurant": "The Street",
"web": "www.thestreet.cz",
"description": "American, Bar, International, European, Vegetarian Friendly",
"ingredients": [
"beef",
"cheddar cheese",
"blue cheese",
"onion",
"mozzarella",
"bacon",
"lettuce"
],
"addresses": [
{
"addressId": 0,
"number": "11",
"line1": "Konviktska",
"line2": "Prague",
"postcode": "110 00",
"country": "The Czech Republic"
}
]
}
]
}