-
Notifications
You must be signed in to change notification settings - Fork 4
/
api.json
32 lines (32 loc) · 993 Bytes
/
api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"api": "0.13",
"space": "Amman Valley MakerSpace",
"logo": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/logo-square-white-500x500.png",
"url": "https://cwmaman.org.uk/makerspace/",
"location": {
"address": "Youth Resource Center/MakerSpace, Station Road, Glanamman, SA18 1LQ, Wales, United Kingdom",
"lon": -3.92288,
"lat": 51.80626
},
"contact": {
"phone": "01269 823299",
"email": "[email protected]",
"issue_mail": "[email protected]"
},
"issue_report_channels": [
"issue_mail"
],
"state": {
"open": false,
"icon": {
"open": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/workshop-open.jpg",
"closed": "https://raw.githubusercontent.com/AmmanVMS/space.api/main/workshop-closed.jpg"
}
},
"projects": [
"http://github.com/AmmanVMS"
],
"cache": {
"schedule": "m.05"
}
}