Skip to content

Instantly share code, notes, and snippets.

@MikelArnaiz
Last active April 12, 2021 17:28
Show Gist options
  • Save MikelArnaiz/09311b79a03a1ede0e5b758453c4482d to your computer and use it in GitHub Desktop.
Save MikelArnaiz/09311b79a03a1ede0e5b758453c4482d to your computer and use it in GitHub Desktop.
fake api restaurants
[
{
"id": "1",
"name": "Bella Italia",
"menu": [
{
"name": "πŸ• 4 formaggi",
"price": 10
},
{
"name": "🍝 Pasta",
"price": 5
}
]
},
{
"id": "2",
"name": "Meat lovers",
"menu": [
{
"name": "πŸ” XXL",
"price": 15
},
{
"name": "πŸ– Ribs",
"price": 20
}
]
},
{
"id": "3",
"name": "Indian",
"menu": [
{
"name": "πŸ› Curry",
"price": 20
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment