-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
144 lines (144 loc) · 3.53 KB
/
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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"categories": [
{
"id": 1,
"title": "Arte",
"color": "#ECA769",
"link_extra": {
"text": "Técnicas de Arte"
}
},
{
"id": 2,
"title": "Front-End",
"color": "#6BD1FF",
"link_extra": {
"text": "Arte e Código"
}
},
{
"id": 3,
"title": "Filmes",
"color": "#800080",
"link_extra": {
"text": "Meus filmes favoritos..."
}
}
],
"videos": [
{
"id": 1,
"categoryId": 2,
"title": "O que é Single Page Application? | Série ReactJS",
"url": "https://www.youtube.com/watch?v=lnN0EprWTsU"
},
{
"id": 2,
"categoryId": 2,
"title": "PWA // Dicionário Programador",
"url": "https://www.youtube.com/watch?v=jPMFqS9SKWY"
},
{
"id": 3,
"categoryId": 2,
"title": "CSS GRID e FLEXBOX - Quando utilizar?",
"url": "https://www.youtube.com/watch?v=0mupCznyGqE"
},
{
"id": 4,
"categoryId": 2,
"title": " LIVE | I WEBINAR DE TECNOLOGIA: Como é trabalhar com desenvolvimento web? - Danilo Vaz",
"url": "https://www.youtube.com/watch?v=ZnMVQ7bh0W4&t=192s"
},
{
"id": 6,
"categoryId": 2,
"title": "JS Assíncrono: Entenda de vez Callbacks, Promises e Async/Await",
"url": "https://www.youtube.com/watch?v=7Bs4-rqbCQc"
},
{
"id": 7,
"categoryId": 2,
"title": "Lembra Daquela I.A. Que Programava Sozinha? Então...",
"url": "https://www.youtube.com/watch?v=Cr89Oz0TWQM"
},
{
"id": 8,
"categoryId": 1,
"title": "Técnicas de Aquarela #1: Efeitos e Gambiarras",
"url": "https://www.youtube.com/watch?v=0DTK-d_c19I"
},
{
"title": "Como usar Aquarela - Para Iniciantes",
"url": "https://www.youtube.com/watch?v=xPyhUK1MSKE",
"categoryId": 1,
"id": 9
},
{
"title": "Como usar Aquarela",
"url": "https://www.youtube.com/watch?v=xr_MlezvK4I",
"categoryId": 1,
"id": 10
},
{
"title": "Mistura de Cores",
"url": "https://www.youtube.com/watch?v=uBBJ-wyReEE",
"categoryId": 1,
"id": 11
},
{
"title": "Resenha e desenho Aquarela Pentel 24 cores",
"url": "https://www.youtube.com/watch?v=Ir9E06BStYU",
"categoryId": 1,
"id": 12
},
{
"title": "Guache, como usar, origem e marcas - Sketch Crás",
"url": "https://www.youtube.com/watch?v=2WywLM_yfk0",
"categoryId": 1,
"id": 13
},
{
"title": "Testando Goauche Reeves",
"url": "https://www.youtube.com/watch?v=0wvJPZMLzrw",
"categoryId": 1,
"id": 14
},
{
"title": "Perdido em Marte",
"url": "https://www.youtube.com/watch?v=tCAgtzMUCaA",
"categoryId": 3,
"id": 15
},
{
"title": "Jogo da Imitação",
"url": "https://www.youtube.com/watch?v=YIkKbMcJL_4",
"categoryId": 3,
"id": 16
},
{
"title": "Sin Filtro",
"url": "https://www.youtube.com/watch?v=vMgEdE0DAro",
"categoryId": 3,
"id": 17
},
{
"title": "Avengers: Age of Ultron",
"url": "https://www.youtube.com/watch?v=tmeOjFno6Do",
"categoryId": 3,
"id": 19
},
{
"title": "Um Senhor Estagiário",
"url": "https://www.youtube.com/watch?v=jHG8TaEBhKI",
"categoryId": 3,
"id": 20
},
{
"title": "Despedida em Grande Estilo",
"url": "https://www.youtube.com/watch?v=yLI7M-LZJS8",
"categoryId": 3,
"id": 21
}
]
}