Micker (Mars Ticker) is an HTTP based microservice written on PHP that receives the Earth (UTC) timestamp in seconds as an input and returns two values:
- Mars Sol Date (MSD)
- Martian Coordinated Time (MTC)
Before running the project you might create .env
file in the root folder. Please refer .env.dist
file for details.
$ make run
Navigate the browser to http://localhost:8080/index.html to open the OpenApi (Swagger) UI page
$ make tests
This project is licensed under the MIT license. Please see LICENSE for details.