Last active
April 2, 2020 16:34
-
-
Save giusecapo/05550192b8d68b10712297a7c59f23b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Salute": { | |
"icon": "π©ββοΈ", | |
"data": [] | |
}, | |
"Gelaterie": { | |
"icon": "π¦", | |
"data": [ | |
{ | |
"name": "Gelateria K2", | |
"tel": "0522 160 7482", | |
"note": "" | |
} | |
] | |
}, | |
"Macellerie": { | |
"icon": "π₯©", | |
"data": [ | |
{ | |
"name": "Macelloteca Selezione Famiglia Fornaciari", | |
"tel": "0522 342035", | |
"note": "" | |
} | |
] | |
}, | |
"Panifici": { | |
"icon": "π", | |
"data": [ | |
{ | |
"name": "Forno Stria", | |
"tel": "0522 271250", | |
"note": "Spedizione gratuita sopra i 15β¬" | |
} | |
] | |
}, | |
"Generi alimentari": { | |
"icon": "π₯¬", | |
"data": [ | |
{ | |
"name": "Casa del Miele", | |
"tel": "0522 451164", | |
"note": "" | |
} | |
] | |
}, | |
"Ristorazione": { | |
"icon": "π½οΈ", | |
"data": [] | |
}, | |
"Pesce fresco": { | |
"icon": "π£", | |
"data": [] | |
}, | |
"Sushi": { | |
"icon": "π£", | |
"data": [ | |
{ | |
"name": "Zushi", | |
"tel": "0522 300935", | |
"note": "" | |
} | |
] | |
}, | |
"Pasta fresca e primi piatti": { | |
"icon": "π", | |
"data": [ | |
{ | |
"name": "Il Cantuccio gastronomia", | |
"tel": "0522 147 3517", | |
"note": "" | |
}, | |
{ | |
"name": "Rosticceria Bismantova", | |
"tel": "0522 280858", | |
"note": "" | |
} | |
] | |
}, | |
"Enoteca e Birre": { | |
"icon": "πΎ", | |
"data": [ | |
{ | |
"name": "La Birretta", | |
"tel": "333 433 5316", | |
"note": "" | |
}, | |
{ | |
"name": "Venturini Baldini", | |
"tel": "0522 249011", | |
"note": "" | |
} | |
] | |
}, | |
"Frutta fresca": { | |
"icon": "π", | |
"data": [] | |
}, | |
"Supermercati": { | |
"icon": "π", | |
"data": [ | |
{ | |
"name": "App Glovo", | |
"site": "https://glovoapp.com", | |
"note": "" | |
}, | |
{ | |
"name": "EasyCoop", | |
"tel": "", | |
"site": "//www.easycoop.com", | |
"note": "Alcune segnalazioni parlano di tempi di consegna lunghi" | |
} | |
] | |
}, | |
"Pasticceria": { | |
"icon": "π©", | |
"data": [] | |
}, | |
"Pizzerie": { | |
"icon": "π", | |
"data": [ | |
{ | |
"name": "Profumo di Napoli", | |
"tel": "0522 156 1269", | |
"note": "" | |
}, | |
{ | |
"name": "F.lli Iaiunese", | |
"tel": "353 403 8936", | |
"note": "" | |
} | |
] | |
}, | |
"Lavanderie": { | |
"icon": "π", | |
"data": [] | |
}, | |
"Informatica": { | |
"icon": "π¨βπ»", | |
"data": [] | |
}, | |
"Prodotti per animali": { | |
"icon": "πΆ", | |
"data": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment