Skip to content

Instantly share code, notes, and snippets.

@dwijonarko
Last active June 22, 2020 04:26
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 dwijonarko/db07657d802e9975ea4d7a46d805feb4 to your computer and use it in GitHub Desktop.
Save dwijonarko/db07657d802e9975ea4d7a46d805feb4 to your computer and use it in GitHub Desktop.
dataset example
{
"foods": [{
"title": "Nasi Goreng",
"icon": "https://image.freepik.com/free-photo/spicy-fried-rice-with-fried-egg-vegetable_1339-77200.jpg"
},
{
"title": "Ayam Goreng",
"icon": "https://image.freepik.com/free-photo/spicy-fried-rice-with-fried-egg-vegetable_1339-77200.jpg"
},
{
"title": "Mie Aceh",
"icon": "https://image.freepik.com/free-photo/spicy-fried-rice-with-fried-egg-vegetable_1339-77200.jpg"
},
{
"title": "Sambal Goreng",
"icon": "https://image.freepik.com/free-photo/spicy-fried-rice-with-fried-egg-vegetable_1339-77200.jpg"
}
],
"beverages": [
{
"title": "Es Teh",
"icon": "https://image.freepik.com/free-photo/refreshing-drink_144627-20864.jpg"
},
{
"title": "Es Jeruk",
"icon": "https://image.freepik.com/free-vector/orange-juice_1284-825.jpg"
},
{
"title": "Coffe",
"icon": "https://image.freepik.com/free-vector/iced-black-brown-sugar-taiwan-boba-bubble-tea-milk-tea_215348-91.jpg"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment