Skip to content

Commit

Permalink
Merge pull request #10 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: update for docking of CRS-29 Dragon spacecraft
  • Loading branch information
corquaid authored Nov 11, 2023
2 parents 752112e + f57c3f1 commit 5e5ca9d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 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 @@ -110,6 +110,27 @@
"mission_patch": "https://i.ibb.co/SB63sQB/soyuz-ms24-patch01-lg.jpg",
"url": "https://en.wikipedia.org/wiki/Soyuz_MS-24",
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2023/09/blog_soyuzms24_approach.jpg"
},
{
"id": 6,
"name": "CRS-29 Dragon",
"country": "United States",
"flag_code": "us",
"operator": "SpaceX",
"manufacturer": "SpaceX",
"launched": 1699576080,
"launch_site": "KSC, LC-39A",
"iss": true,
"docked": 1699697220,
"docking_port": "Harmony forward",
"launch_mass": 12519,
"payload_mass": 2948,
"launch_vehicle": "Falcon 9",
"mission_type": "Cargo",
"crew": null,
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/0/07/SpaceX_CRS-29_Patch.png",
"url": "https://en.wikipedia.org/wiki/SpaceX_CRS-29",
"image": "https://upload.wikimedia.org/wikipedia/commons/3/39/SpaceX_Cargo_dragon_C211.jpg"
}
]
}

0 comments on commit 5e5ca9d

Please sign in to comment.