-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunities.js
More file actions
114 lines (114 loc) · 2.36 KB
/
communities.js
File metadata and controls
114 lines (114 loc) · 2.36 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
module.exports = [
{
name: "Agile Aragon",
href: "https://agile-aragon.org/",
},
{
name: "AgileGirls",
href: "https://twitter.com/agilegirls",
},
{
name: "AlmeriaTech",
href: "https://www.almeriatech.es/",
svg: "true",
},
{
name: "CrossDvlup Madrid",
href: "https://www.meetup.com/CrossDvlup",
},
{
name: "Frontend Developers Madrid",
href: "https://www.meetup.com/es-ES/Front-end-Developers-Madrid/",
},
{
name: "GDG`s",
href: "http://www.gdg.es",
},
{
name: "GeoDevelopers",
href: "http://meetup.com/Geo-Developers/",
},
{
name: "HackathonLovers",
href: "http://hackathonlovers.com/",
},
{
name: "HTML5Spain",
href: "https://www.meetup.com/es-ES/HTML5-Spain/",
},
{
name: "Madriagil",
href: "https://www.meetup.com/es-ES/madriagil/",
},
{
name: "Madrid Android Developer Group",
href: "https://www.meetup.com/madrid-android-dev-group/",
},
{
name: "Madrid Spring User Group",
href: "https://www.meetup.com/madrid-spring-user-group/",
},
{
name: "MadridDotNet",
href: "https://www.meetup.com/madriddotnet/",
},
{
name: "MadridJS",
href: "https://www.meetup.com/es-ES/madridjs/",
},
{
name: "MadridJUG",
href: "https://www.meetup.com/es-ES/MadridJUG/",
},
{
name: "MadridScala",
href: "https://www.meetup.com/Scala-Programming-Madrid/",
},
{
name: "Madrid-GUG",
href: "http://www.madridgug.com/",
},
{
name: "Málaga Scala Developers",
href: "https://www.meetup.com/es-ES/Malaga-Scala/",
},
{
name: "MálagaJUG",
href: "https://meetup.com/es-ES/MalagaJUG/",
},
{
name: "MuleSoft",
href: "https://meetups.mulesoft.com/madrid/",
},
{
name: "NodeJSMadrid",
href: "https://www.meetup.com/es/Node-js-Madrid",
},
{
name: "nscodernightmadrid",
href: "https://www.meetup.com/es-ES/nscoder-night-madrid/",
},
{
name: "Python España",
href: "https://es.python.org/",
svg: "true",
},
{
name: "Python Madrid",
href: "https://www.meetup.com/python-madrid/",
svg: "true",
},
{
name: "PyData Madrid",
href: "https://meetup.com/PyData-Madrid/",
svg: "true",
},
{
name: "Tech Club Asturias",
href: "https://twitter.com/TCAsturias",
},
{
name: "XantarDev",
href: "https://xantardev.org",
},
];