Skip to content

Commit

Permalink
Merge pull request #1 from lucas-jones/master
Browse files Browse the repository at this point in the history
🍕 Added more places & deals
  • Loading branch information
MartinBlackburn committed Apr 10, 2019
2 parents cbb7cb7 + 4f29352 commit 9bf2abe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/places.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,25 @@
"name": "Blackhouse",
"description": "Steak! Enough said!",
"priceRange": "£££"
},
{
"name": "Water Lane Boathouse",
"description": "Waterfront bar & beer garden.",
"priceRange": "££",
"offers": {
"monday": "50% Off pizza",
"tuesday": "50% Off burgers",
"wednesday": "50% Off everything",
"thursday": "Two pizzas and a bottle of prosecco or house wine £25",
"sunday": "50% Off pizza"
}
},
{
"name": "Tapped",
"description": "American-Style Brew Pub.",
"priceRange": "££",
"offers": {
"monday": "Buy One Get One Half Price! On All 7\" & 12\" Pizzas All Day Monday!"
}
}
]

0 comments on commit 9bf2abe

Please sign in to comment.