Skip to content

Commit

Permalink
Merge pull request #50 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: docking of SpaceX Crew-9 Dragon spacecraft
  • Loading branch information
corquaid authored Sep 30, 2024
2 parents ce460cc + 19248e1 commit 78ae0b0
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
30 changes: 29 additions & 1 deletion JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 5,
"number": 6,
"spacecraft": [
{
"id": 1,
Expand Down Expand Up @@ -120,6 +120,34 @@
"mission_patch": "https://i.ibb.co/2FCdns3/soyuz-ms26-patch01-lg.jpg",
"url": "https://en.wikipedia.org/wiki/Soyuz_MS-26",
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/09/Soyuz-Approaches-Station-Sept-2024.png"
},
{
"id": 6,
"name": "Crew-9 Dragon",
"country": "United States",
"flag_code": "us",
"operator": "SpaceX",
"manufacturer": "SpaceX",
"spacecraft_name": "Freedom",
"launched": 1727536641,
"launch_site": "CCSFS, SLC-40",
"iss": true,
"docked": 1727638200,
"docking_port": "Harmony forward",
"launch_mass": null,
"payload_mass": null,
"launch_vehicle": "Falcon 9",
"launch_vehicle_name": "B1085.2",
"mission_type": "Crew",
"crew": [
"Nick Hague",
"Aleksandr Gorbunov",
"Suni Williams",
"Butch Wilmore"
],
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/6/64/Updated_SpaceX_Crew-9_Patch.png",
"url": "https://en.wikipedia.org/wiki/SpaceX_Crew-9",
"image": "https://upload.wikimedia.org/wikipedia/commons/f/f2/Jsc2024e061425.jpg"
}
]
}
36 changes: 35 additions & 1 deletion JSON/people-in-space.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"number": 12,
"number": 14,
"iss_expedition": 72,
"expedition_patch": "https://upload.wikimedia.org/wikipedia/commons/c/c4/ISS_Expedition_72_Patch.png",
"expedition_url": "https://en.wikipedia.org/wiki/Expedition_72",
Expand Down Expand Up @@ -210,6 +210,40 @@
"instagram": "https://www.instagram.com/astro_pettit/",
"twitter": "https://x.com/astro_Pettit",
"facebook": ""
},
{
"id": 13,
"name": "Nick Hague",
"country": "United States",
"flag_code": "us",
"agency": "NASA",
"position": "Flight Engineer",
"spacecraft": "Crew-9 Dragon",
"launched": 1727536641,
"iss": true,
"days_in_space": 202,
"url": "https://en.wikipedia.org/wiki/Nick_Hague",
"image": "https://upload.wikimedia.org/wikipedia/commons/1/1e/Col_Tyler_N._Hague.jpg",
"instagram": "https://www.instagram.com/astrohague/",
"twitter": "https://x.com/astrohague",
"facebook": "https://www.facebook.com/astrohague/"
},
{
"id": 14,
"name": "Aleksandr Gorbunov",
"country": "Russia",
"flag_code": "ru",
"agency": "Roscosmos",
"position": "Flight Engineer",
"spacecraft": "Crew-9 Dragon",
"launched": 1727536641,
"iss": true,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Aleksandr_Gorbunov",
"image": "https://upload.wikimedia.org/wikipedia/commons/6/69/Aleksandr_Gorbunov_Portrait_%28Cropped%29.jpg",
"instagram": "",
"twitter": "",
"facebook": ""
}
]
}

0 comments on commit 78ae0b0

Please sign in to comment.