Skip to content

Instantly share code, notes, and snippets.

@jorgegit
Last active July 1, 2022 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorgegit/f1c89ab2e409c98ec618fdb9e75077bd to your computer and use it in GitHub Desktop.
Save jorgegit/f1c89ab2e409c98ec618fdb9e75077bd to your computer and use it in GitHub Desktop.
restaurantsList
[
{ "name": "Great American House D1",
"imgName": "american",
"schedule": "6 am 1O pm",
"phone": "6141821579",
"rating": 5.0,
"delivery": "30 min",
"isFavorite": true,
"fee": "$20",
"webSite": "https://greatamericansteakhouse.com/mx/menu/",
"latitude": "28.632241134434647",
"longitude": "-106.12207646081437"
},
{ "name": "Pancake NextU",
"imgName": "pancakeparadise",
"schedule": "6 am 1O pm",
"phone": "6141821579",
"rating": 5.0,
"delivery": "30 min",
"isFavorite": false,
"fee": "$20",
"webSite": "https://greatamericansteakhouse.com/mx/menu/",
"latitude": "28.632241134434647",
"longitude": "-106.12207646081437"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment