-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
40 lines (40 loc) · 987 Bytes
/
db.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
{
"user": [
{
"id": 1,
"username": "franwanderley",
"nome": "wanderley santos",
"level": 2,
"currentExperience": 76,
"challengeCompleted": 2,
"imagem": "https://avatars.githubusercontent.com/u/38666227?v=4"
},
{
"id": 2,
"username": "matusalem",
"nome": "matusalem",
"level": 2,
"currentExperience": 96,
"challengeCompleted": 3,
"imagem": "https://avatars.githubusercontent.com/u/8925627?v=4"
},
{
"id": 3,
"username": "Lourdes",
"nome": "Lourdes",
"level": 2,
"currentExperience": 26,
"challengeCompleted": 1,
"imagem": "https://avatars.githubusercontent.com/u/169829?v=4"
},
{
"id": 4,
"username": "birobiro",
"nome": "Francisco birobiro da Ponte",
"level": 2,
"currentExperience": 76,
"challengeCompleted": 2,
"imagem": "https://avatars.githubusercontent.com/u/49970904?v=4"
}
]
}