-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathprofiles.json
More file actions
49 lines (45 loc) · 1.07 KB
/
profiles.json
File metadata and controls
49 lines (45 loc) · 1.07 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
[{
"username" : "gicela",
"image" : "amber",
"superpower" : {
"type" : "flying",
"speed": {
"units" : "kmh",
"value" : 100
}
},
"lists": {
"JavaScript interests" : ["SPA", "Backbone", "D3JS", "NodeJS"],
"Other programming" : ["PHP", "Python", "HTML/CSS", "Git", "Wordpress", "Scratch", "Raspberry Pi", "Espruino"]
}
}, {
"username" : "kat",
"image" : "labradorite",
"superpower" : {
"type" : "running",
"speed": {
"units" : "min/km",
"value" : 7
}
},
"lists": {
"JavaScript interests" : ["SPA", "Backbone", "ReactJS", "D3JS", "NodeJS"],
"Other programming" : ["PHP", "Python", "HTML/CSS", "Git", "Linux", "Basic SysAdmin", "SilverStripe", "Yii", "ReactJS"]
}
},
{
"username" : "a_jay",
"image" : "diamond",
"superpower" : {
"type" : "running",
"speed": {
"units" : "min/km",
"value" : 6
}
},
"lists": {
"JavaScript interests" : ["SPA", "JSON", "jquery"],
"Other programming" : ["HTML/CSS", "Git", "CMS", "WP"],
"Other interests" : ["Running", "Meditation", "All Things Design"]
}
}]