-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
38 lines (38 loc) · 984 Bytes
/
data.js
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
module.exports = [
{
id: "L0zuZYh800Q",
title: "Podcast - Boas práticas no front-end | Diego Fernandes",
duration: "57 min",
price: "FREE"
},
{
id: "2alg7MQ6_sI",
title: "Git e Github na prática - Rocketseat | Mayk Brito",
duration: "34 min",
price: "FREE"
},
{
id: "DDm0M_rZLJo",
title: "Clone interface do nubank - Rocketseat | Diego Fernandes",
duration: "1 hora",
price: "FREE"
},
{
id: "ghTrp1x_1As",
title: "O que é api? Rest e Restful? | Mayk Brito",
duration: "34 min",
price: "FREE"
},
{
id: "QfcozcbDhNM",
title: "Podcast - Técnicas de estudo e aprendizado | Diego Fernandes",
duration: "44 min",
price: "FREE"
},
{
id: "awRtgpRsdTQ",
title: "Recriando interface do pipefy | Diego Fernandes",
duration: "1 hora",
price: "FREE"
}
]