https://github.com/radarlog/micker
A microservice calculating Mars Sol Date (MSD) and Martian Coordinated Time (MTC) based on the time on Earth in UTC
https://github.com/radarlog/micker
docker hexagonal-architecture http mars microservice php rest slim solid time
Last synced: about 2 months ago
JSON representation
A microservice calculating Mars Sol Date (MSD) and Martian Coordinated Time (MTC) based on the time on Earth in UTC
- Host: GitHub
- URL: https://github.com/radarlog/micker
- Owner: radarlog
- License: mit
- Created: 2020-02-09T19:22:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T19:56:30.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T11:52:41.855Z (6 months ago)
- Topics: docker, hexagonal-architecture, http, mars, microservice, php, rest, slim, solid, time
- Language: CSS
- Homepage:
- Size: 578 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micker
[](https://travis-ci.org/radarlog/micker)
[](https://coveralls.io/github/radarlog/micker?branch=master)
[](https://scrutinizer-ci.com/g/radarlog/micker/?branch=master)
Micker (**M**ars T**icker**) 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)
## Installation and running
Before running the project you might create `.env` file in the root folder. Please refer `.env.dist` file for details.
``` bash
$ make run
```
Navigate the browser to http://localhost:8080/index.html to open the OpenApi (Swagger) UI page
## Testing
``` bash
$ make tests
```
## License
This project is licensed under the MIT license. Please see [LICENSE](LICENSE) for details.