facebook-opening-hours-to-table
Version:
Generates an html table from Facebook page opening hours data, such that days with equal opening hours are on one table row.
27 lines (26 loc) • 351 B
JSON
[
{
"open": "11:00",
"close": "20:30",
"from": "Mo",
"to": "Mi"
},
{
"open": "11:00",
"close": "21:00",
"from": "Do",
"to": "Fr"
},
{
"open": "10:30",
"close": "20:30",
"from": "Sa",
"to": "Sa"
},
{
"open": "12:00",
"close": "19:00",
"from": "So",
"to": "So"
}
]