Skip to content

Commit

Permalink
feat: add launch and docking time for SpaceX Crew-8 mission
Browse files Browse the repository at this point in the history
  • Loading branch information
corquaid committed Mar 4, 2024
1 parent bc0d188 commit 9dc68da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions JSON/iss-docked-spacecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
"operator": "SpaceX",
"manufacturer": "SpaceX",
"spacecraft_name": "Endeavour",
"launched": 1709435760,
"launched": 1709520840,
"launch_site": "KSC, LC-39A",
"iss": true,
"docked": ,
"docked": 1709662500,
"docking_port": "Harmony forward",
"launch_mass": 12519,
"payload_mass": null,
Expand Down
8 changes: 4 additions & 4 deletions JSON/people-in-space.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"agency": "NASA",
"position": "Flight Engineer",
"spacecraft": "Crew-8 Dragon",
"launched": 1709435760,
"launched": 1709520840,
"iss": true,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Matthew_Dominick",
Expand All @@ -202,7 +202,7 @@
"agency": "NASA",
"position": "Flight Engineer",
"spacecraft": "Crew-8 Dragon",
"launched": 1709435760,
"launched": 1709520840,
"iss": true,
"days_in_space": 211,
"url": "https://en.wikipedia.org/wiki/Michael_Barratt_(astronaut)",
Expand All @@ -219,7 +219,7 @@
"agency": "NASA",
"position": "Flight Engineer",
"spacecraft": "Crew-8 Dragon",
"launched": 1709435760,
"launched": 1709520840,
"iss": true,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Jeanette_Epps",
Expand All @@ -236,7 +236,7 @@
"agency": "Roscosmos",
"position": "Flight Engineer",
"spacecraft": "Crew-8 Dragon",
"launched": 1709435760,
"launched": 1709520840,
"iss": true,
"days_in_space": 0,
"url": "https://en.wikipedia.org/wiki/Alexander_Grebenkin",
Expand Down

0 comments on commit 9dc68da

Please sign in to comment.