-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathdummy_data.js
More file actions
30 lines (30 loc) · 986 Bytes
/
dummy_data.js
File metadata and controls
30 lines (30 loc) · 986 Bytes
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
module.exports = [
{
'id': 1234,
'name': 'Guernica',
'artist': 'Picasso',
'image': 'https://www.worldatlas.com/r/w960-q80/upload/ca/27/70/shutterstock-337184468.jpg',
'year': 1937
},
{
'id': 5265,
'name': 'The Girl With A Pearl Earring',
'artist': 'Johannes Vermeer',
'image': 'https://www.worldatlas.com/r/w960-q80/upload/9d/d2/c4/meisje-met-de-parel.jpg',
'year': 1665
},
{
'id': 4487,
'name': 'The Scream',
'artist': 'Edvard Munch',
'image': 'https://www.worldatlas.com/r/w960-q80/upload/5f/96/29/edvard-munch-1893-the-scream-oil-tempera-and-pastel-on-cardboard-91-x-73-cm-national-gallery-of-norway.jpg',
'year': 1893
},
{
'id': 8357,
'name': 'The Starry Night',
'artist': 'Vincent van Gogh',
'image': 'https://www.worldatlas.com/r/w960-q80/upload/1f/e7/fd/1280px-van-gogh-starry-night-google-art-project.jpg',
'year': 1889
}
];