forked from CodeHubOrg/JS101-single-page-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.json
More file actions
32 lines (29 loc) · 734 Bytes
/
profiles.json
File metadata and controls
32 lines (29 loc) · 734 Bytes
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
[{
"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"]
}
}]