/be-fcc-timestamp-ms

Making Timestamp Microservice as FCC Project

Primary LanguageJavaScript

Timestamp Microservice

This is a simple web app to show date by unix, vice versa.

  • Access /api/:unixordate
    • example format:
      • unix: 1451001600000
      • date: 2015-12-25
  • JSON respond will provide:
    • unix
    • UTC time

Run on Repl.it