Restaurants / data /restaurants.json
Jacksonnavigator7's picture
Rename data to data/restaurants.json
9be14e3 verified
[
{
"name": "The Rooftop Arusha",
"cuisine": "Continental",
"location": "Central Arusha",
"average_price": 25000,
"ambiance": "romantic",
"features": ["rooftop", "bar", "live music"]
},
{
"name": "Arusha Curry House",
"cuisine": "Indian",
"location": "Sokoine Road",
"average_price": 18000,
"ambiance": "casual",
"features": ["spicy", "vegetarian options"]
},
{
"name": "Green Hut Café",
"cuisine": "Vegan",
"location": "Clock Tower",
"average_price": 15000,
"ambiance": "eco-friendly",
"features": ["wifi", "outdoor seating"]
},
{
"name": "Swahili Bites",
"cuisine": "Tanzanian",
"location": "Njiro",
"average_price": 10000,
"ambiance": "authentic",
"features": ["local dishes", "affordable"]
},
{
"name": "Safari Grill",
"cuisine": "Barbecue",
"location": "Mianzini",
"average_price": 30000,
"ambiance": "family",
"features": ["kids menu", "playground"]
}
]