Skip to content

Commit aaf7681

Browse files
committed
added launch sites
1 parent 9c0348e commit aaf7681

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

data/falcon9.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,20 @@
5656
option_2: "Dragon Trunk",
5757
option_3: "Composite Fairing"
5858
},
59+
launch_site_1: {
60+
name: "Launch Complex 40",
61+
location: "Cape Canavaral",
62+
state: "Florida"
63+
},
64+
launch_site_2: {
65+
name: "Space Launch Center 4",
66+
location: "Vanderberg Air Force Base",
67+
state: "California"
68+
},
69+
launch_site_3: {
70+
name: "Launch Complex 39",
71+
location: "Kennedy Space Center",
72+
state: "Florida"
73+
},
5974
description: "Falcon 9 is a two-stage rocket designed and manufactured by SpaceX for the reliable and safe transport of satellites and the Dragon spacecraft into orbit."
6075
}

0 commit comments

Comments
 (0)