Skip to content

JoaoPucci/mars-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mars-weather

Delivers data about Mars Sol's temperatures re-modeling it from the NASA Insight API.

In the project directory, run the project with maven:

mvn spring-boot:run

Open http://localhost:8080 to view it in the browser.

Endpoints:

GET Request: /sols

[
  {
    "name": "name",
    "average": 0.0
  },
  {
    "name": "name",
    "average": 0.0
  },
  ...
]

GET Request: /sols/{sol_name}

{
  "name": "name",
  "average": 0.0,
  "minimum": 0.0,
  "maximum": 0.0
}

About

Delivers data about Mars Sol's temperatures re-modeling it from the NASA Insight API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages