Skip to content

Commit

Permalink
Merge pull request #30 from corquaid/dev
Browse files Browse the repository at this point in the history
feat: update for docking of Dragon CRS-30 spacecraft
  • Loading branch information
corquaid authored Mar 23, 2024
2 parents bb3e60f + 1803f72 commit a592e09
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 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,29 @@
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/a/a0/SpaceX_Crew-8_logo.png",
"url": "https://en.wikipedia.org/wiki/SpaceX_Crew-8",
"image": "https://upload.wikimedia.org/wikipedia/commons/f/fd/Jsc2023e070781.jpg"
},
{
"id": 6,
"name": "CRS-30 Dragon",
"country": "United States",
"flag_code": "us",
"operator": "SpaceX",
"manufacturer": "SpaceX",
"spacecraft_name": "C209",
"launched": 1711050900,
"launch_site": "CCSFS, SLC-40",
"iss": true,
"docked": 1711189140,
"docking_port": "Harmony zenith",
"launch_mass": 12519,
"payload_mass": 2948,
"launch_vehicle": "Falcon 9",
"launch_vehicle_name": "B1080.6",
"mission_type": "Cargo",
"crew": null,
"mission_patch": "https://upload.wikimedia.org/wikipedia/commons/f/f3/SpaceX_CRS-30_Patch.png",
"url": "https://en.wikipedia.org/wiki/SpaceX_CRS-30",
"image": "https://blogs.nasa.gov/spacestation/wp-content/uploads/sites/240/2024/03/dragon-docked.png"
}
]
}

0 comments on commit a592e09

Please sign in to comment.