-
Notifications
You must be signed in to change notification settings - Fork 0
/
spaceapi.json
80 lines (80 loc) · 2.48 KB
/
spaceapi.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"api": "0.13",
"api_compatibility": ["14"],
"space": "Stockholm Makerspace",
"logo": "https://raw.githubusercontent.com/makerspace/spaceapi/main/logo.jpg",
"url": "https://makerspace.se",
"location": {
"address": "Drottning Kristinas väg 53, 114 28 Stockholm, Sweden",
"timezone": "Europe/Stockholm",
"lat": 59.3505623,
"lon": 18.0676122
},
"contact": {
"email": "info@makerspace.se",
"twitter": "https://twitter.com/SthlmMakerspace",
"facebook": "https://www.facebook.com/Stockholm.Makerspace/",
"slack": ""
},
"feeds": {
"blog": {
"type": "rss",
"url": "https://www.makerspace.se/blogg/feed"
},
"calendar": {
"type": "ical",
"url": "https://calendar.google.com/calendar/ical/makerspace.se_dsd75rv0l7rblcq1sd627fab38%40group.calendar.google.com/public/basic.ics"
}
},
"issue_report_channels": ["email"],
"state": {
"open": true,
"message": "Always open for members with lab membership."
},
"projects": [
"https://github.com/makerspace"
],
"links": [
{
"name": "Slack",
"description": "Stockholm Makerspace's Slack group",
"url": "https://launchpass.com/stockholmmakerspace"
},
{
"name": "Wiki",
"description": "Stockholm Makerspace's wiki. In Swedish.",
"url": "https://wiki.makerspace.se/"
},
{
"name": "Flickr",
"description": "Images on Flickr tagged 'Stockholm Makerspace'.",
"url": "https://flickr.com/search/?text=stockholm%20makerspace"
},
{
"name": "Instagram",
"description": "Stockholm Makerspace's Instagram feed.",
"url": "https://www.instagram.com/stockholmmakerspace/"
},
{
"name": "Webshop",
"description": "A webshop where you can buy membership, lab card and material.",
"url": "https://medlem.makerspace.se/shop/"
}
],
"membership_plan": [
{
"name": "Membership",
"value": "200",
"currency": "SEK",
"billing_interval": "yearly",
"description": "The membership fee. You are a part of the organization, you get to vote and you are welcome to join trainings and workshops."
},
{
"name": "Lab access fee",
"value": "300",
"currency": "SEK",
"billing_interval": "monthly",
"description": "Get 24/7-access to the facility for 1 month's time and make your project dreams a reality! Note that you already need to be a member and be at least 16 years old to purchase lab access."
}
]
}