t3h2mas / timestamp-js

timestamp translation (unix/human) microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timestamp-js

Project for Free Code Camp Back End project.

👍

usage

app.com/[DATE] where DATE is either an unix date or a natural one.

examples

unix date: 1450137600

natural date: December 15, 2015

output

{ "unix": 1450137600, "natural": "December 15, 2015" }

summary

to learn more check out the challenge here

check out the app on heroku

About

timestamp translation (unix/human) microservice


Languages

Language:JavaScript 87.4%Language:HTML 12.6%