forked from jkap100/streetwise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
94 lines (94 loc) · 2.64 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
{
"images": [
{
"id": 1,
"image": "./images/pexels-mark-dalton-1208783.jpg",
"name": "Mark Dalton",
"location": "Dublin Ireland"
},
{
"id": 2,
"image": "./images/pexels-photo-1227497.jpeg",
"name": "Tree Molecules",
"location": "Pasadena, CA"
},
{
"id": 3,
"image": "./images/pexels-photo-2263686.jpeg",
"name": "Cat Skelly",
"location": "San Francisco, CA"
},
{
"id": 5,
"image": "./images/pexels-photo-1366851.jpeg",
"name": "Face Relief",
"location": "Unknown"
},
{
"id": 6,
"image": "./images/pexels-photo-6073484.jpeg",
"name": "Roses",
"location": "Montreal, Canada"
},
{
"id": 7,
"name": "Creep",
"image": "./images/pexels-photo-1700505.jpeg",
"location": "Unknown"
},
{
"id": 8,
"image": "./images/pexels-photo-1507856.jpeg",
"name": "Neon Sea",
"location": "Antibes, France"
},
{
"id": 9,
"image": "./images/pexels-photo-2235182.jpeg",
"name": "Falcon",
"location": "Thailand"
},
{
"id": 10,
"image": "./images/pexels-bryan-gomes-3977529.jpg",
"name": "Multi Colored Elephant Graffit",
"location": "Unknown"
},
{
"image": "https://images.pexels.com/photos/1624079/pexels-photo-1624079.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260",
"name": "White and Black",
"location": "Unknown",
"id": 11
},
{
"image": "https://images.pexels.com/photos/6419772/pexels-photo-6419772.jpeg?cs=srgb&dl=pexels-eva-elijas-6419772.jpg&fm=jpg",
"name": "Popeye",
"location": "Estonia",
"id": 12
},
{
"image": "https://www.publicdomainpictures.net/pictures/390000/velka/surfer-graffiti-art-in-byron-bay-1612973641h05.jpg",
"name": "Surf BLT",
"location": "Byron Bay, NSW, Australia",
"id": 13
},
{
"image": "https://cdn.pixabay.com/photo/2016/12/01/04/25/graffiti-1874452_960_720.jpg",
"name": "Graffiti Wall",
"location": "Unkown",
"id": 14
},
{
"image": "https://images.unsplash.com/photo-1516795936999-bf7aa46b20a6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80",
"name": "Badass Pussy",
"location": "Toronto, Canada",
"id": 15
},
{
"image": "https://images.unsplash.com/photo-1568578728608-3606b14e85fe?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=657&q=80",
"name": "Octopus Bagpipe",
"location": "Glasgow, Ireland",
"id": 16
}
]
}