We use zeit now as our serverless platform.
This API provides several endpoints to help Martians with their daily life.
/
: meta data of the api including descriptions of endpoints/now
: get the martian time for now/epoch/(epoch_time)
: calculate martian time based on the unix eopch time input
Examples:
https://marsapi.interimm.org/now
https://marsapi.interimm.org/epoch/1562018066
- Write your function and add routes to
now.json
. - Deplow with
now
.