-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
65 lines (64 loc) · 2.18 KB
/
db.json
File metadata and controls
65 lines (64 loc) · 2.18 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
{
"locations": [
{
"id": 1,
"name": "Centre d'Accueil Saint-Pierre",
"region": "Brussels-City",
"telephone": "02/219.36.50",
"contact_methods": ["Email", "Phone"],
"photo": "https://centredaccueil.fr/wp-content/uploads/2018/12/saintpierre.jpg",
"adress": "Rue de la Providence, 16 — 1210 BRUXELLES",
"wifi": true,
"laundry": true,
"breakfast": true
},
{
"id": 2,
"name": "Le Samusocial",
"region":"Brussels-City",
"telephone": "02/512.34.55",
"contact_methods": ["Phone", "InPerson"],
"photo": "https://samusocial.be/wp-content/uploads/2019/02/DSC_3426-HeaderMODO-640x320.png",
"adress": "Rue des Quatre Vents, 7 — 1000 BRUXELLES",
"wifi": true,
"laundry": true,
"breakfast": true
},
{
"id": 3,
"name": "Centre d'Accueil d'Urgence ARIANE",
"region": "Forest",
"telephone": "02/346.66.60",
"contact_methods": ["Email", "Phone"],
"photo": "https://maisondariane.ca/wp-content/uploads/2023/05/Design-sans-titre-3.png",
"adress": "Avenue du Pont de Luttre, 132 — 1190 FOREST",
"wifi": true,
"laundry": false,
"breakfast": false
},
{
"id": 4,
"name": "La Maison de l'Accueil",
"region": "Molenbeek",
"telephone": "02/420.23.89",
"contact_methods": ["Email", "InPerson"],
"photo": "https://monument.heritage.brussels/medias/500/buildings/10801259/10801259_0062_P01.jpg",
"adress": "Avenue de la Libération, 56 — 1080 MOLEENBEEK",
"wifi": false,
"laundry": false,
"breakfast": true
},
{
"id": 5,
"name": "Refuge Solidarité",
"region": "Saint-Josse",
"telephone": "02/219.65.47",
"contact_methods": ["Phone", "Email"],
"photo": "https://sjtn.brussels/sites/default/files/styles/l480_h320/public/news/maison-accueil-sociale.jpg?itok=a3uyPhCf",
"adress": "Rue de l'Alliance, 23 — 1210 SAINT-JOSSE",
"wifi": true,
"laundry": true,
"breakfast": false
}
]
}