项目作者: joshamore

项目描述 :
A timestamp microservice API
高级语言: JavaScript
项目地址: git://github.com/joshamore/timestampmicroservice.git
创建时间: 2018-01-24T20:07:43Z
项目社区:https://github.com/joshamore/timestampmicroservice

开源协议:

下载


Timestamp Microservice

Deployed example here.

What it does

When passed a date as either natural (e.g January 21, 1993) or a unix timestamp (9922929), this microservice will return the natural and unix timestamp for the given date.

Output example

If you passed: https://example.com/01jan1970

You would receive: {"unix":11212,"natural":"January 01, 1970"}

If the passed query can’t be converted to a date, both fields will return null.

Built With

Backend

Frontend


This is a project from the FreeCodeCamp backend curriculum.