Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 504 Bytes

File metadata and controls

11 lines (6 loc) · 504 Bytes

Timestamp Converter

LIVE LINK: https://bog-tile.glitch.me/

Technologies used: Axios(CDN), Express, Node, Moment.js, Body-Parser

Instructions

Use 'npm install' to install modules and 'npm start to run the server'

Use the date or unix input to put the respective types of date/timestamp and have both the natural date and unix time render on the DOM. 'Invalid input' will render as an error message for invalid inputs such as 1) Invalid unix time, or 2) Unix time greater than max 32 bit integer.