Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.05 KB

ChallengeApp00.md

File metadata and controls

43 lines (36 loc) · 2.05 KB

Mars Rover Photos

Monthly Challenge APP 00

Posted on 07/11/2022

Create an app that serves to list the image data gathered by NASA's, Curiosity, Opportunity, and Spirit rovers on Mars

Requirements:

  • Use the API mars-photo-api.
  • Nasa
  • GITHUB
  • The design is freely selectable.
  • The list must be paginated. (up to 25 results)
  • The list will have a search filters.
  • When selecting a image from the list, the detail will show the data that it considers appropriate.

Rover Cameras

Abbreiviation Camera Curiosity Opportunity Spirit
FHAZ Front Hazard Avoidance Camera
RHAZ Rear Hazard Avoidance Camera
MAST Mast Camera
CHAMCAM Chemistry and Camera Complex
MAHLI Mars Hand Lens Imager
MARDI Mars Descent Imager
NAVCAM Navigation Camera
PANCAM Panoramic Camera
MINITES Miniature Thermal Emission Spectrometer(Mini-TES)

Querying by Martian sol

Parameter Type Default Description
Sol int none sol (ranges from 0 to max found in endpoint
Camera string all see table above for abbreviations
page int 1 25 items per page returned

Soluciones: ENLACES A LOS REPOSITORIOS

VIEW ALL CHALLENGES