-
Notifications
You must be signed in to change notification settings - Fork 0
/
film-locations.json
45 lines (45 loc) · 1.28 KB
/
film-locations.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
var films = [
{
"id": 1,
"title": "Marnie",
"year": 1964,
"location": "",
"actors": ["Sean Connery", "Tippi Hedren", "Gary Oldman"],
"image": "http://the.hitchcock.zone/files/gallery/org/6589.jpg",
"production_company": "Universal Pictures",
"director": "Alfred Hitchcock"
},
{
"id": 2,
"title": "The Birds",
"year": 1963,
"location": "",
"actors": ["Evan Hunter", "Tippi Hedren", "Suzanne Pleshette"],
"image": "http://www.theimaginativeconservative.org/wp-content/uploads/2015/05/Tippi-Hedren.jpg",
"production_company": "Universal Pictures",
"director": "Alfred Hitchcock"
},
{
"id": 3,
"title": "Vertigo",
"year": 1958,
"location": "",
"actors": ["James Stewart", "Kim Novak", "Alec Coppel"],
"image": "http://ww2.kqed.org/news/wp-content/uploads/sites/10/2013/02/apartmentthen.jpg",
"production_company": "Alfred J. Hitchcock Productions",
"director": "Alfred Hitchcock"
},
{
"id": 4,
"title": "Family Plot",
"year": 1976,
"location": {
"lat": 37.7918345,
"lng": -122.4155322
},
"actors": ["Bruce Dern", "Ernest Lehman", "Barbara Harris"],
"image": "http://images6.fanpop.com/image/photos/33400000/Family-Plot-alfred-hitchcock-33469114-1280-800.jpg",
"production_company": "Universal Pictures",
"director": "Alfred Hitchcock"
}
]