gy134340 / fcc_timestamp

Timestamp Microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCC course: timestamp

Pass a string as a parameter, it returns both the Unix timestamp and the natural language form of that date or null.

Example

the url

https://timestamp-ms.herokuapp.com/July%201,%202017
https://timestamp-ms.herokuapp.com/1498867200

will return

{"unix":1498867200,"natural":"July 1, 2017"}

About

Timestamp Microservice


Languages

Language:JavaScript 100.0%