Skip to content

Commit

Permalink
service center
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Nov 24, 2023
1 parent 6b9f5b1 commit ace1f49
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 12 deletions.
49 changes: 38 additions & 11 deletions dist/kalley/json/service-centers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,8 @@
"lat": "0.4250021",
"lng": "-76.9085699",
"schedule": [
"Lun a Vie de 8:00 a.m a 12:00 m y de 1:30 p.m a 6:00 p.m", "Sab de 9:00 a.m a 12:00 m y de 1:30 p.m a 5:00 p.m"
"Lun a Vie de 8:00 a.m a 12:00 m y de 1:30 p.m a 6:00 p.m",
"Sab de 9:00 a.m a 12:00 m y de 1:30 p.m a 5:00 p.m"
],
"cell": [
"3187669221"
Expand Down Expand Up @@ -4940,8 +4941,7 @@
},
"aires-acondicionados": {
"stores": [
"putumayo-puerto-asis",
"putumayo-la-hormiga"
"putumayo-puerto-asis"
]
},
"audio-video": {
Expand All @@ -4956,8 +4956,7 @@
},
"dispensadores": {
"stores": [
"putumayo-puerto-asis",
"putumayo-la-hormiga"
"putumayo-puerto-asis"
]
},
"ferreteria": {
Expand All @@ -4977,20 +4976,17 @@
},
"lavadoras": {
"stores": [
"putumayo-puerto-asis",
"putumayo-la-hormiga"
"putumayo-puerto-asis"
]
},
"pequenos-electrodomesticos": {
"stores": [
"putumayo-puerto-asis",
"putumayo-la-hormiga"
"putumayo-puerto-asis"
]
},
"refrigeracion": {
"stores": [
"putumayo-puerto-asis",
"putumayo-la-hormiga"
"putumayo-puerto-asis"
]
},
"smart-home-menores": {
Expand All @@ -5004,6 +5000,37 @@
]
}
}
},
"la-hormiga": {
"areaCode": 8,
"name": "La Hormiga",
"categories": {
"aires-acondicionados": {
"stores": [
"putumayo-la-hormiga"
]
},
"dispensadores": {
"stores": [
"putumayo-la-hormiga"
]
},
"lavadoras": {
"stores": [
"putumayo-la-hormiga"
]
},
"pequenos-electrodomesticos": {
"stores": [
"putumayo-la-hormiga"
]
},
"refrigeracion": {
"stores": [
"putumayo-la-hormiga"
]
}
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 class="service-centers__title">Centros de servicio</h2>
src="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].8.9/dist/kalley/json/service-centers.json",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected].9.1/dist/kalley/json/service-centers.json",
site: "Kalley",
};
/*
Expand Down

0 comments on commit ace1f49

Please sign in to comment.