Show HN: Timestamp Microservice(github.com)
github.com
Show HN: Timestamp Microservice
https://github.com/skywalker212/timestamp-microservice
4 comments
Why does this make sense as a micro-service instead of a utility library. Seems like a network call is expensive for doing something like converting time formats.
Simple and nice.
More than useful per se, I think it's a clever example on how to use glitch
well done
The timestamp the client is requesting should be a query parameter not part of the URL.
Okay thanks, noted.