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) • 359 B
JSON
[
{
"open": "11:00",
"close": "20:30",
"from": "mon",
"to": "wed"
},
{
"open": "11:00",
"close": "21:00",
"from": "thu",
"to": "fri"
},
{
"open": "10:30",
"close": "20:30",
"from": "sat",
"to": "sat"
},
{
"open": "12:00",
"close": "19:00",
"from": "sun",
"to": "sun"
}
]