From ccd6eb58e809a55419e350c77a1746113f892182 Mon Sep 17 00:00:00 2001 From: Jay Fallon Date: Tue, 3 Apr 2018 17:00:23 -0400 Subject: [PATCH] =?UTF-8?q?added=20some=20from=20the=20Mickey=20Rourke=20?= =?UTF-8?q?=C5=93uvre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/actors/lisa_bonet.json | 5 +++++ data/movies/angel_heart_1987.json | 6 ++++++ data/movies/barfly_1987.json | 6 ++++++ data/movies/rumble_fish_1983.json | 6 ++++++ data/movies/spun_2002.json | 6 ++++++ data/movies/the_wrestler_2008.json | 6 ++++++ 6 files changed, 35 insertions(+) create mode 100644 data/actors/lisa_bonet.json create mode 100644 data/movies/angel_heart_1987.json create mode 100644 data/movies/barfly_1987.json create mode 100644 data/movies/rumble_fish_1983.json create mode 100644 data/movies/spun_2002.json create mode 100644 data/movies/the_wrestler_2008.json diff --git a/data/actors/lisa_bonet.json b/data/actors/lisa_bonet.json new file mode 100644 index 0000000..68421af --- /dev/null +++ b/data/actors/lisa_bonet.json @@ -0,0 +1,5 @@ +{ + "name": "Lisa Bonet", + "gender": "woman", + "born": "1967-11-16" +} diff --git a/data/movies/angel_heart_1987.json b/data/movies/angel_heart_1987.json new file mode 100644 index 0000000..5a0aeff --- /dev/null +++ b/data/movies/angel_heart_1987.json @@ -0,0 +1,6 @@ +{ + "name": "Angel Heart", + "year": 1987, + "director": "Alan Parker", + "relationships": [["Mickey Rourke", "Lisa Bonet"]] +} diff --git a/data/movies/barfly_1987.json b/data/movies/barfly_1987.json new file mode 100644 index 0000000..0d7e908 --- /dev/null +++ b/data/movies/barfly_1987.json @@ -0,0 +1,6 @@ +{ + "name": "Barfly", + "year": 1987, + "director": "Barbet Schroeder", + "relationships": [["Mickey Rourke", "Faye Dunaway"]] +} diff --git a/data/movies/rumble_fish_1983.json b/data/movies/rumble_fish_1983.json new file mode 100644 index 0000000..06b62ec --- /dev/null +++ b/data/movies/rumble_fish_1983.json @@ -0,0 +1,6 @@ +{ + "name": "Rumble Fish", + "year": 1983, + "director": "Francis Ford Coppola", + "relationships": [["Matt Dillon", "Diane Lane"]] +} diff --git a/data/movies/spun_2002.json b/data/movies/spun_2002.json new file mode 100644 index 0000000..3a16eb0 --- /dev/null +++ b/data/movies/spun_2002.json @@ -0,0 +1,6 @@ +{ + "name": "Spun", + "year": 2002, + "director": "Jonas Ã…kerlund", + "relationships": [["Mickey Rourke", "Brittany Murphy"]] +} diff --git a/data/movies/the_wrestler_2008.json b/data/movies/the_wrestler_2008.json new file mode 100644 index 0000000..0bdc31f --- /dev/null +++ b/data/movies/the_wrestler_2008.json @@ -0,0 +1,6 @@ +{ + "name": "The Wrestler", + "year": 2008, + "director": "Darren Aronofsky", + "relationships": [["Mickey Rourke", "Marisa Tomei"]] +}