Promises
This commit is contained in:
22
w11_promises/basics/assets/movies/2023/barbie.json
Normal file
22
w11_promises/basics/assets/movies/2023/barbie.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Barbie",
|
||||
"year": 2023,
|
||||
"runtime": 114,
|
||||
"categories": [
|
||||
"adventure",
|
||||
"comedy",
|
||||
"fantasy"
|
||||
],
|
||||
"release-date": "2023-07-21",
|
||||
"director": "Greta Gerwig",
|
||||
"writer": [
|
||||
"Greta Gerwig",
|
||||
"Noah Baumbach"
|
||||
],
|
||||
"actors": [
|
||||
"Margot Robbie",
|
||||
"Ryan Gosling",
|
||||
"Issa Rae"
|
||||
],
|
||||
"storyline": "Barbie suffers a crisis that leads her to question her world and her existence."
|
||||
}
|
||||
20
w11_promises/basics/assets/movies/2023/blue-beetle.json
Normal file
20
w11_promises/basics/assets/movies/2023/blue-beetle.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Blue Beetle",
|
||||
"year": 2023,
|
||||
"runtime": 128,
|
||||
"categories": [
|
||||
"action",
|
||||
"adventure",
|
||||
"sci-fi"
|
||||
],
|
||||
"release-date": "2023-08-15",
|
||||
"director": "Ángel Manuel Soto",
|
||||
"writer": "Gareth Dunnet-Alcocer",
|
||||
"actors": [
|
||||
"Xolo Maridueña",
|
||||
"Bruna Marquezine",
|
||||
"Susan Sarandon",
|
||||
"Raoul Max Trujillo"
|
||||
],
|
||||
"storyline": "Recent college grad Jaime Reyes returns home full of aspirations for his future, only to find that home is not quite as he left it. As he searches to find his purpose in the world, fate intervenes when Jaime unexpectedly finds himself in possession of an ancient relic of alien biotechnology: the Scarab. When the Scarab suddenly chooses Jaime to be its symbiotic host, he is bestowed with an incredible suit of armor capable of extraordinary and unpredictable powers, forever changing his destiny as he becomes the Super Hero BLUE BEETLE."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Dungeons & Dragons: Honor Among Thieves",
|
||||
"year": 2023,
|
||||
"runtime": 134,
|
||||
"categories": [
|
||||
"action",
|
||||
"adventure",
|
||||
"comedy"
|
||||
],
|
||||
"release-date": "2023-03-31",
|
||||
"director": "John Francis Daley, Jonathan Goldstein",
|
||||
"actors": [
|
||||
"Chris Pine",
|
||||
"Michelle Rodriguez",
|
||||
"Regé-Jean Page"
|
||||
],
|
||||
"storyline": "A charming thief and a band of unlikely adventurers embark on an epic quest to retrieve a lost relic, but things go dangerously awry when they run afoul of the wrong people."
|
||||
}
|
||||
18
w11_promises/basics/assets/movies/2023/heart-of-stone.json
Normal file
18
w11_promises/basics/assets/movies/2023/heart-of-stone.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Heart of Stone",
|
||||
"year": 2023,
|
||||
"runtime": 122,
|
||||
"categories": [
|
||||
"action",
|
||||
"crime",
|
||||
"thriller"
|
||||
],
|
||||
"release-date": "2023-08-11",
|
||||
"director": "Tom Harper",
|
||||
"actors": [
|
||||
"Gal Gadot",
|
||||
"Jamie Dornan",
|
||||
"Alia Bhatt"
|
||||
],
|
||||
"storyline": "An intelligence operative for a shadowy global peacekeeping agency races to stop a hacker from stealing its most valuable and dangerous weapon."
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Killers of the Flower Moon",
|
||||
"year": 2023,
|
||||
"runtime": 206,
|
||||
"categories": [
|
||||
"crime",
|
||||
"drama"
|
||||
],
|
||||
"release-date": "2023-10-20",
|
||||
"director": "Martin Scorsese",
|
||||
"writer": [
|
||||
"Eric Roth",
|
||||
"Martin Scorsese"
|
||||
],
|
||||
"actors": [
|
||||
"Leonardo DiCaprio",
|
||||
"Robert De Niro",
|
||||
"Lily Gladstone",
|
||||
"Jesse Plemons",
|
||||
"Brendan Fraser",
|
||||
"Tantoo Cardinal",
|
||||
"John Lithgrow"
|
||||
],
|
||||
"storyline": "Based on David Grann's broadly lauded best-selling book, 'Killers of the Flower Moon' is set in 1920s Oklahoma and depicts the serial murder of members of the oil-wealthy Osage Nation, a string of brutal crimes that came to be known as the Reign of Terror."
|
||||
}
|
||||
20
w11_promises/basics/assets/movies/2023/m3gan.json
Normal file
20
w11_promises/basics/assets/movies/2023/m3gan.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "M3gan",
|
||||
"year": 2023,
|
||||
"runtime": 102,
|
||||
"categories": [
|
||||
"horror",
|
||||
"sci-fi"
|
||||
],
|
||||
"release-date": "2023-01-06",
|
||||
"director": "Gerard Johnstone",
|
||||
"writer": "Akela Cooper",
|
||||
"actors": [
|
||||
"Allison Williams",
|
||||
"Violet McGraw",
|
||||
"Ronny Chieng",
|
||||
"Jenna Davis",
|
||||
"Amie Donald"
|
||||
],
|
||||
"storyline": "M3GAN is a marvel of artificial intelligence, a lifelike doll that's programmed to be a child's greatest companion and a parent's greatest ally. Designed by Gemma, a brilliant roboticist, M3GAN can listen, watch and learn as it plays the role of friend and teacher, playmate and protector. When Gemma becomes the unexpected caretaker of her 8-year-old niece, she decides to give the girl an M3GAN prototype, a decision that leads to unimaginable consequences."
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Mission: Impossible - Dead Reckoning Part One",
|
||||
"year": 2023,
|
||||
"runtime": 163,
|
||||
"categories": [
|
||||
"action",
|
||||
"adventure",
|
||||
"thriller"
|
||||
],
|
||||
"release-date": "2023-07-12",
|
||||
"director": "Christopher McQuarrie",
|
||||
"writer": [
|
||||
"Bruce Geller",
|
||||
"Erik Jendersen",
|
||||
"Christopher McQuarrie"
|
||||
],
|
||||
"actors": [
|
||||
"Tom Cruise",
|
||||
"Hayley Atwell",
|
||||
"Ving Rhames"
|
||||
],
|
||||
"storyline": "Ethan Hunt and his IMF team must track down a dangerous weapon before it falls into the wrong hands."
|
||||
}
|
||||
22
w11_promises/basics/assets/movies/2023/no-hard-feelings.json
Normal file
22
w11_promises/basics/assets/movies/2023/no-hard-feelings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "No Hard Feelings",
|
||||
"year": 2023,
|
||||
"runtime": 104,
|
||||
"categories": [
|
||||
"comedy",
|
||||
"romance"
|
||||
],
|
||||
"release-date": "2023-07-23",
|
||||
"director": "Gene Stupnitsky",
|
||||
"writer": [
|
||||
"Gene Stupnitsky",
|
||||
"John Phillips"
|
||||
],
|
||||
"actors": [
|
||||
"Jennifer Lawrence",
|
||||
"Andrew Barth Feldman",
|
||||
"Laura Benanti",
|
||||
"Matthew Broderick"
|
||||
],
|
||||
"storyline": "Maddie thinks she's found the answer to her financial troubles when she discovers an intriguing job listing: wealthy helicopter parents looking for someone to \"date\" their introverted 19-year-old son, Percy, and bring him out of his shell before he leaves for college. But awkward Percy proves to be more of a challenge than she expected, and time is running out before she loses it all."
|
||||
}
|
||||
17
w11_promises/basics/assets/movies/2023/oppenheimer.json
Normal file
17
w11_promises/basics/assets/movies/2023/oppenheimer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "Oppenheimer",
|
||||
"year": 2023,
|
||||
"runtime": 180,
|
||||
"categories": [
|
||||
"drama",
|
||||
"history"
|
||||
],
|
||||
"release-date": "2023-07-21",
|
||||
"director": "Christopher Nolan",
|
||||
"actors": [
|
||||
"Cillian Murphy",
|
||||
"Florence Pugh",
|
||||
"Robert Downey Jr."
|
||||
],
|
||||
"storyline": "Oppenheimer and a team of scientists spend years developing and designing the atomic bomb."
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "The Exorcist: Believer",
|
||||
"year": 2023,
|
||||
"runtime": 111,
|
||||
"categories": [
|
||||
"horror"
|
||||
],
|
||||
"release-date": "2023-10-06",
|
||||
"director": "David Gordon Green",
|
||||
"writer": [
|
||||
"David Gordon Green",
|
||||
"William Peter Blatty",
|
||||
"Danny McBride"
|
||||
],
|
||||
"actors": [
|
||||
"Ellen Burstyn",
|
||||
"Jennifer Nettles",
|
||||
"Leslie Odom Jr."
|
||||
],
|
||||
"storyline": "When his daughter, Angela, and her friend Katherine, show signs of demonic possession, it unleashes a chain of events that forces single father Victor Fielding to confront the nadir of evil. Terrified and desperate, he seeks out Chris MacNeil, the only person alive who's witnessed anything like it before."
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "There's Something Wrong with the Children",
|
||||
"year": 2023,
|
||||
"runtime": 92,
|
||||
"categories": [
|
||||
"horror",
|
||||
"mystery"
|
||||
],
|
||||
"release-date": "2023-01-17",
|
||||
"director": "Roxanne Benjamin",
|
||||
"writer": [
|
||||
"T.J.Cimfel",
|
||||
"David White"
|
||||
],
|
||||
"actors": [
|
||||
"Alisha Wainwright",
|
||||
"Zach Gilford",
|
||||
"Amanda Crew",
|
||||
"Carlos Santos"
|
||||
],
|
||||
"storyline": "A family takes a weekend trip with longtime friends and their two young children, but, they suspect something supernatural when the kids behave strangely after disappearing into the woods overnight."
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "They Cloned Tyrone",
|
||||
"year": 2023,
|
||||
"runtime": 122,
|
||||
"categories": [
|
||||
"comedy",
|
||||
"mystery",
|
||||
"sci-fi"
|
||||
],
|
||||
"release-date": "2023-06-14",
|
||||
"director": "Juel Taylor",
|
||||
"writer": [
|
||||
"Juel Taylor",
|
||||
"Tony Rettenmaier"
|
||||
],
|
||||
"actors": [
|
||||
"John Boyega",
|
||||
"Jamie Foxx",
|
||||
"Teyonah Parris",
|
||||
"Kiefer Sutherland"
|
||||
],
|
||||
"storyline": "An eerie series of events leads an unlikely trio (John Boyega, Teyonah Parris and Jamie Foxx) down a rabbit hole into a sinister neighborhood conspiracy."
|
||||
}
|
||||
Reference in New Issue
Block a user