Timestamper

preview
  • express

  • node

  • javascript

  • api

  • microservice


  • Timestamper is a microservice for simple date conversion. The index page demonstrates how to call the api.

    Timestamper accepts either a unix timestamp

    or UTC time and will return a json object which will contain both the input value and the corresponding value.

    If a date is not provided, the object will return the current time in both formats. An invalid date will return an object with an error explaining the date was invalid.

    A working demonstration is hosted at repl.it, and you can visit it and try it out using the visit website button at the top of this page. The code is hosted at Github and you can visit this using the github button, also at the top of this page.