Skip to content

Microservice for providing Mars weather gathered from InSight data.

License

Notifications You must be signed in to change notification settings

jeroenboumans/Mars-Weather

Repository files navigation

Mars Weather API

buddy pipeline

The Mars Weather API is an API collecting data from NASA's InSight api and redistributing it as a REST API.

Application URL

https://api.mars.spacexcompanion.app/

Example response

{
  "sol": 359,
  "season": "spring",
  "measurement": {
    "first": "2019-11-30 00:00:00",
    "last": "2019-11-30 00:00:00"
  },
  "air": {
    "temperature": {
      "average": -63.06,
      "minimum": -99.32,
      "maximum": -21.75
    },
    "pressure": {
      "average": 668.79,
      "minimum": 652.77,
      "maximum": 681.96
    }
  },
  "wind": {
    "speed": {
      "average": 5.8,
      "minimum": 0.21,
      "maximum": 23.26
    },
    "directions": [
      {
        "point": "N",
        "degrees": 0,
        "up": 1,
        "right": 0
      },
      ...
    ]
  }
}

Contributing

If you have any questions or tips, feel free to contact me anytime!.

Security Vulnerabilities

If you discover a security vulnerability within Lumen, please send an email to Jeroen Boumans. All security vulnerabilities will be promptly addressed.

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

About

Microservice for providing Mars weather gathered from InSight data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published