-
Notifications
You must be signed in to change notification settings - Fork 2
Home
The only useful page in this wiki is the Hours Database page.
The raw source of that page will be accessed by the client and parsed as JSON.
Opening times are represented as an array of pairs of opening and closing times, represented as integers in 24hr clock format. Note that closing times above 2400 (up to 2900) are acceptable to describe places that are open across the midnight date boundary.
Here's the structure of the JSON data, with some example times:
{"categoryName":
{"placeName":
{"Sunday": [],
"Monday": [[700, 1000], [1300, 1500]],
"Tuesday": [[1700, 1930]],
"Wednesday": [[900, 2400]],
"Thursday": [[2200, 2530]],
"Friday": [[0, 2700]],
"Saturday": []
}
}
}
To contribute fixes or additions to opening times, edit the Hours Database page. Remember that JSON forbids trailing commas!
Check out the home page for important information about the data format.
To prevent vandalism, you have to be added as a collaborator on this repository to edit the wiki. Please shoot me a message if you'd like to be added! ~Alex