-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
100 lines (100 loc) · 3.36 KB
/
data.js
File metadata and controls
100 lines (100 loc) · 3.36 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
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
export default [
{
_id: "001",
title: "001: Nina",
mother_name: "Rebecca Winterfield",
date: "16 JULIO 2020",
thumbnail:"nina-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/2cI3OeQ7jiOlow308YPj1L",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/001-Nina-egqnim/a-a2nbpgu"
},
{
_id: "002",
title: "002: Leon",
mother_name: "Lucila Vairo",
date: "28 SEPTIEMBRE 2020",
thumbnail:"leon-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/7FqvvcIdTj8s9K3LGvekOt",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/002-Leon-ek9sli"
},
{
_id: "003",
title: "003: Alma",
mother_name: "Greta Quijano",
date: "19 OCTUBRE 2020",
thumbnail:"alma-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/2wIfLHcuOwFktlhfRBHmY6",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/003-Alma-el9dr1"
},
{
_id: "004",
title: "004: Lila",
mother_name: "Greta Quijano",
date: "23 NOVIEMBRE 2020",
thumbnail:"lila-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/4Z2nYXBiEEwemBh4sul1fn",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/004-Lila-emsc89"
},
{
_id: "005",
title: "005: Olympia",
mother_name: "Valeria Chung",
date: "16 DICIEMBRE 2020",
thumbnail:"olympia-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/3lpf9SNsohvqIyzF4PK4SO",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/005-Olympia-enrrri"
},
{
_id: "006",
title: "006: Nitiay",
mother_name: "Val",
date: "8 FEBRERO 2021",
thumbnail:"nitiay-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/7BicjvsNR30YFUxat3PymX",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/006-Nitiay-eq4qn9"
},
{
_id: "007",
title: "007: Anka",
mother_name: "Viviana y Gustavo",
date: "17 MARZO 2021",
thumbnail:"anka-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/5EKqcctkyc77Zc7NlUAlEH",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/007-Anka-esqpf2"
},
{
_id: "008",
title: "008: Ruro",
date: "15 ABRIL 2021",
thumbnail:"ruro-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/42BNEWHsRwzWg23AKM0Fe4",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/008-Ruro-eutjqi"
},
{
_id: "009",
title: "009: Ino Lev",
mother_name:"Hayley",
date: "27 JUNIO 2021",
thumbnail:"inolev-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/7hFgQeatKR8fVVL5m7EDcZ",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/009-Ino-Lev-e13hd5h"
},
{
_id: "010",
title: "010: Lakshmi y Quetzal",
mother_name:"Ljubi",
date: "2 OCTUBRE 2021",
thumbnail:"lakshmi-y-quetzal-thumbnail.jpg",
spotify_url: "https://open.spotify.com/episode/2koROhFDWzju0drnF7AfhV",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/010-Lakshmi-y-Quetzal-e184l5h"
},
{
_id: "011",
title: "011: Lev",
mother_name:"Agustina",
date: "4 DICIEMBRE 2021",
thumbnail:"lev-thumbnail.jfif",
spotify_url: "https://open.spotify.com/episode/35E9mvbLc0QWZpqXtJhtS9",
spotify_player: "https://anchor.fm/mamitasfuertes/embed/episodes/011-Lev-e1am2rr"
}
]