Last active
August 29, 2015 14:01
-
-
Save jnstq/830ec59937ec81de3ed9 to your computer and use it in GitHub Desktop.
Lunchr.io dishes feed format. Lunchr will request the feed at 10:00 every workday.
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
[ { | |
"name" : "Bara Rock", | |
"lat": "", | |
"lng": "", | |
"url": "", | |
"address": "", | |
"zipcode": "", | |
"city": "Helsingborg", | |
"dishes" : [ | |
{ | |
"description" : "Äkta Grekisk moussaka med tzatzika & rädissallad", | |
"frequency" : "today", | |
"price" : "85", | |
"served_on" : "2014-05-16" | |
}, | |
{ "description" : "B&W(ox-&fläskfilé)bearnaise-&tryffelsås&potatisgratäng", | |
"frequency" : "today", | |
"price" : "95", | |
"served_on" : "2014-05-16" | |
}, | |
{ "description" : "Kocken bjuder på vaniljglass med chokladsås", | |
"frequency" : "today", | |
"price" : null, | |
"served_on" : "2014-05-16" | |
} | |
], | |
}, | |
{ | |
"name" : "Brooklyn", | |
"lat": "", | |
"lng": "", | |
"url": "", | |
"address": "", | |
"zipcode": "", | |
"city": "Helsingborg", | |
"dishes" : [ | |
{ "description" : "Brooklyns Holycow Cheeseburger (med senapsdressing och Homefries)", | |
"frequency" : "this_week", | |
"price" : "139", | |
"served_on" : "2014-05-16" | |
}, | |
{ "description" : "Mörad Ryggbiff (med Pommes och Bearnaise)", | |
"frequency" : "this_week", | |
"price" : "159", | |
"served_on" : "2014-05-16" | |
}, | |
{ "description" : "Fisksoppa (med lax)", | |
"frequency" : "this_week", | |
"price" : "119", | |
"served_on" : "2014-05-16" | |
}, | |
{ "description" : "Smörstekta Köttbullar (med potatispure, rårörda lingon och gräddsås)", | |
"frequency" : "today", | |
"price" : "109", | |
"served_on" : "2014-05-16" | |
} | |
], | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment