Delivers data about Mars Sol's temperatures re-modeling it from the NASA Insight API.
In the project directory, run the project with maven:
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
}