UNPKG

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.

7 lines (6 loc) 153 B
import hours from "./hours.mock.json"; export const hoursRequester = (token, appURL, callback) => { setTimeout(() => { callback(hours); }, 5); }